Add check-password.4th and screen.4th to the boot image. They are
needed by the loader.
This commit is contained in:
parent
56b5737cdc
commit
fd1c5f4365
@ -64,6 +64,8 @@ if [ $bootable = yes ]; then
|
|||||||
cp $BASE/boot/mfsroot.gz $MNT/boot
|
cp $BASE/boot/mfsroot.gz $MNT/boot
|
||||||
fi
|
fi
|
||||||
cp $BASE/boot/support.4th $MNT/boot
|
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
|
mv $MNT/boot/loader.efi $MNT/efi/boot/bootia64.efi
|
||||||
umount $MNT
|
umount $MNT
|
||||||
mdconfig -d -u $md
|
mdconfig -d -u $md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user