Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
This commit is contained in:
parent
dcec53dee9
commit
4c0641cee9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user