commit: 198f3cda78d42dd5864c3819d21c920fa9cd6383
Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 13 20:00:25 2018 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Jul 13 20:00:25 2018 +0000
URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=198f3cda
thanks to iamben for teaching me how this works, and my own testing, this file
is also included in the standalone grub image and not needed
targets/support/functions.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/targets/support/functions.sh b/targets/support/functions.sh
index 9a7441b6..01c7e61c 100755
--- a/targets/support/functions.sh
+++ b/targets/support/functions.sh
@@ -71,7 +71,7 @@ create_bootloader() {
pushd "${1}" || die "Failed to enter livecd dir ${1}"
# while $1/grub is unused here, it triggers grub config building in
bootloader-setup.sh
- mkdir -p boot/EFI/BOOT grub/fonts isolinux
+ mkdir -p boot/EFI/BOOT isolinux
#create boot.msg for isolinux
echo "Gentoo Linux Installation LiveCD
http://www.gentoo.org/" > isolinux/boot.msg
echo "Enter to boot; F1 for kernels F2 for options." >>
isolinux/boot.msg
@@ -106,8 +106,6 @@ create_bootloader() {
echo "search --no-floppy --set=root --file /livecd" > grub-stub.cfg
echo "configfile /grub/grub.cfg" >> grub-stub.cfg
- cp /usr/share/grub/unicode.pf2 grub/fonts/
-
# 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
${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"