Add check-password.4th and screen.4th to the boot image. They are

needed by the loader.
This commit is contained in:
Marcel Moolenaar 2011-11-06 21:57:12 +00:00
parent 56b5737cdc
commit fd1c5f4365
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=227283

View File

@ -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