svn commit: r208998 - in stable/8/release: ia64
picobsd/floppy.tree/sbin
Marcel Moolenaar
marcel at FreeBSD.org
Thu Jun 10 19:58:54 UTC 2010
Author: marcel
Date: Thu Jun 10 19:58:54 2010
New Revision: 208998
URL: http://svn.freebsd.org/changeset/base/208998
Log:
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)
Modified:
stable/8/release/ia64/mkisoimages.sh
Directory Properties:
stable/8/release/ (props changed)
stable/8/release/doc/en_US.ISO8859-1/hardware/ (props changed)
stable/8/release/picobsd/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/ (props changed)
stable/8/release/picobsd/floppy.tree/sbin/dhclient-script (props changed)
stable/8/release/picobsd/qemu/ (props changed)
Modified: stable/8/release/ia64/mkisoimages.sh
==============================================================================
--- stable/8/release/ia64/mkisoimages.sh Thu Jun 10 19:38:07 2010 (r208997)
+++ stable/8/release/ia64/mkisoimages.sh Thu Jun 10 19:58:54 2010 (r208998)
@@ -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`
More information about the svn-src-stable
mailing list