aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-07-13 16:00:25 -0400
committerRick Farina (Zero_Chaos) <zerochaos@gentoo.org>2018-07-13 16:00:25 -0400
commit198f3cda78d42dd5864c3819d21c920fa9cd6383 (patch)
tree3e76e1aa8dd9a8e8571e19d3bb2b07c4dee9f117 /targets
parentbased on testing by iamben and myself, these files are in the grub standalone... (diff)
downloadcatalyst-198f3cda78d42dd5864c3819d21c920fa9cd6383.tar.gz
catalyst-198f3cda78d42dd5864c3819d21c920fa9cd6383.tar.bz2
catalyst-198f3cda78d42dd5864c3819d21c920fa9cd6383.zip
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
Diffstat (limited to 'targets')
-rwxr-xr-xtargets/support/functions.sh4
1 files changed, 1 insertions, 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"