Merged conflicts.
This commit is contained in:
parent
09af00aa66
commit
4ab2db3683
@ -81,12 +81,8 @@ cat /usr/lib/grub/i386-pc/cdboot.img ${TEMP_DIR_GRUB}/core.img > $TEMP_DIR/boot/
|
||||
cat /usr/lib/grub/i386-pc/boot.img ${TEMP_DIR_GRUB}/core.img > ${TEMP_DIR_GRUB}/embedded.img
|
||||
|
||||
#EFI
|
||||
<<<<<<< HEAD
|
||||
cp /usr/share/grub/unicode.pf2 $TEMP_DIR/boot/efi/fonts/
|
||||
grub-mkimage -C xz -O x86_64-efi -p /boot/efi/ -o "${TEMP_DIR_GRUB}/bootx64.efi" linux chain iso9660 normal all_video gfxterm gfxmenu png
|
||||
=======
|
||||
grub-mkimage -C xz -O x86_64-efi -p /boot/efi/ -o "${TEMP_DIR_GRUB}/bootx64.efi" linux chain iso9660 normal all_video gfxterm gfxmenu png linuxefi
|
||||
>>>>>>> 16c2d0ce3e61968d692171cb0bf246026fc5258d
|
||||
truncate -s $(($(stat --printf="%s" ${TEMP_DIR_GRUB}/bootx64.efi) + 24576)) ${TEMP_DIR_GRUB}/efi.img
|
||||
mkfs.vfat ${TEMP_DIR_GRUB}/efi.img
|
||||
mkdir ${TEMP_DIR_GRUB}/mountpoint
|
||||
|
Loading…
Reference in New Issue
Block a user