Copy all boot files out of efi.img - added for i386-efi support

This commit is contained in:
Steve McIntyre 2015-01-11 00:40:15 +00:00
parent cb1b553227
commit a3c80cd032
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ if [ -d boot$N/isolinux/grub ] ; then
# Move GRUB files to the right place.
mkdir -p $CDDIR/efi/boot
mcopy -i boot$N/isolinux/grub/efi.img ::efi/boot/bootx64.efi $CDDIR/efi/boot/bootx64.efi
mcopy -n -i boot$N/isolinux/grub/efi.img '::efi/boot/boot*.efi' $CDDIR/efi/boot
mkdir -p $CDDIR/boot/grub
mv boot$N/isolinux/grub/* $CDDIR/boot/grub/
rmdir boot$N/isolinux/grub