commit:     39d0c84674a703154314b5196beefc10f6cec99d
Author:     Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 18:11:46 2018 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 18:11:46 2018 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=39d0c846

based on testing by iamben and myself, these files are in the grub standalone 
image and not required on the livecd

 targets/support/functions.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index d4834a2d..9a7441b6 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -110,16 +110,12 @@ create_bootloader() {
 
   # some 64 bit machines have 32 bit UEFI, and you might want to boot 32 bit 
on a 64 bit machine, so we take the safest path and include both
   # set up 32 bit uefi
-  mkdir -p grub/i386-efi
-  cp /usr/lib/grub/i386-efi/*.lst /usr/lib/grub/i386-efi/*.img 
/usr/lib/grub/i386-efi/*.mod grub/i386-efi/
   ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
i386-efi -o ./boot/EFI/BOOT/grubia32.efi --themes= -v || die "Failed to make 
grubia32.efi"
   #secure boot shim
   cp /usr/share/shim/BOOTIA32.EFI boot/EFI/BOOT/
   cp /usr/share/shim/mmia32.efi boot/EFI/BOOT/
 
   #set up 64 bit uefi
-  mkdir -p grub/x86_64-efi
-  cp /usr/lib/grub/x86_64-efi/*.lst /usr/lib/grub/x86_64-efi/*.img 
/usr/lib/grub/x86_64-efi/*.mod grub/x86_64-efi/
   ${grubmkstndaln} /boot/grub/grub.cfg=./grub-stub.cfg --compress=xz -O 
x86_64-efi -o ./boot/EFI/BOOT/grubx64.efi --themes= -v || die "Failed to make 
grubx64.efi"
   #secure boot shim
   cp /usr/share/shim/BOOTX64.EFI boot/EFI/BOOT/

Reply via email to