Author: marcel
Date: Sun Nov 6 21:57:12 2011
New Revision: 227283
URL: http://svn.freebsd.org/changeset/base/227283
Log:
Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
Modified:
head/release/ia64/mkisoimages.sh
Modified: head/release/ia64/mkisoimages.sh
==============================================================================
--- head/release/ia64/mkisoimages.sh Sun Nov 6 21:54:27 2011
(r227282)
+++ head/release/ia64/mkisoimages.sh Sun Nov 6 21:57:12 2011
(r227283)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"