summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2010-06-10 19:58:54 +0000
committermarcel <marcel@FreeBSD.org>2010-06-10 19:58:54 +0000
commit679528a116219dc187f859baf7b0a1a686ad9c78 (patch)
tree03c4dc955a6472e01d2dca09b1fb8ee26eaec1f1
parent10119aa3bbc837ba9061f0e557677e1599f38ddd (diff)
downloadFreeBSD-src-679528a116219dc187f859baf7b0a1a686ad9c78.zip
FreeBSD-src-679528a116219dc187f859baf7b0a1a686ad9c78.tar.gz
MFC rev 208622:
The EFI system partition used to make the CD image bootable is running out of space. Bump it up... Approved by: re (kensmith)
-rw-r--r--release/ia64/mkisoimages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ia64/mkisoimages.sh b/release/ia64/mkisoimages.sh
index dba79b3..192228b 100644
--- a/release/ia64/mkisoimages.sh
+++ b/release/ia64/mkisoimages.sh
@@ -67,7 +67,7 @@ EFIPART=efipart.sys
# To create a bootable CD under EFI, the boot image should be an EFI
# system partition.
if [ $bootable = yes ]; then
- EFISZ=40960
+ EFISZ=65536
MNT=/mnt
dd if=/dev/zero of=$BASE/$EFIPART count=$EFISZ
md=`mdconfig -a -t vnode -f $BASE/$EFIPART`
OpenPOWER on IntegriCloud