summaryrefslogtreecommitdiffstats
path: root/release/amd64
diff options
context:
space:
mode:
authorsmh <smh@FreeBSD.org>2016-01-28 12:03:30 +0000
committersmh <smh@FreeBSD.org>2016-01-28 12:03:30 +0000
commitfe8f0aa165649acdaf27427ebefed487585a9d35 (patch)
treec7bef4990b02b69d271a352d1dc85e1a55f87ef8 /release/amd64
parent28dc0394cec2a866ef139f99f2d436dda43a9e3c (diff)
downloadFreeBSD-src-fe8f0aa165649acdaf27427ebefed487585a9d35.zip
FreeBSD-src-fe8f0aa165649acdaf27427ebefed487585a9d35.tar.gz
MFC r293831:
Increase efiboot.img size used in ISO creation This changes mkisoimages-uefi.sh instead of mkisoimages.sh in r293831 due to refactor not MFC'ed. Sponsored by: Multiplay
Diffstat (limited to 'release/amd64')
-rw-r--r--release/amd64/mkisoimages-uefi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/amd64/mkisoimages-uefi.sh b/release/amd64/mkisoimages-uefi.sh
index 2b89d89..9526ad7 100644
--- a/release/amd64/mkisoimages-uefi.sh
+++ b/release/amd64/mkisoimages-uefi.sh
@@ -28,7 +28,7 @@ if [ "x$1" = "x-b" ]; then
bootable="-o bootimage=i386;$4/boot/cdboot -o no-emul-boot"
# Make EFI system partition (should be done with makefs in the future)
- dd if=/dev/zero of=efiboot.img bs=4k count=100
+ dd if=/dev/zero of=efiboot.img bs=4k count=200
device=`mdconfig -a -t vnode -f efiboot.img`
newfs_msdos -F 12 -m 0xf8 /dev/$device
mkdir efi
OpenPOWER on IntegriCloud