svn commit: r228043 - stable/9/release/ia64
Marcel Moolenaar
marcel at FreeBSD.org
Sun Nov 27 20:12:09 UTC 2011
Author: marcel
Date: Sun Nov 27 20:12:08 2011
New Revision: 228043
URL: http://svn.freebsd.org/changeset/base/228043
Log:
MFC rev. 227283:
Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
Approved by: re (kib)
Modified:
stable/9/release/ia64/mkisoimages.sh
Directory Properties:
stable/9/release/ (props changed)
Modified: stable/9/release/ia64/mkisoimages.sh
==============================================================================
--- stable/9/release/ia64/mkisoimages.sh Sun Nov 27 20:10:32 2011 (r228042)
+++ stable/9/release/ia64/mkisoimages.sh Sun Nov 27 20:12:08 2011 (r228043)
@@ -64,6 +64,8 @@ if [ $bootable = yes ]; then
cp $BASE/boot/mfsroot.gz $MNT/boot
fi
cp $BASE/boot/support.4th $MNT/boot
+ cp $BASE/boot/check-password.4th $MNT/boot
+ cp $BASE/boot/screen.4th $MNT/boot
mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
umount $MNT
mdconfig -d -u $md
More information about the svn-src-stable-9
mailing list