summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-xconfig/binary_local-hooks/grub2-efi9
1 files changed, 5 insertions, 4 deletions
diff --git a/config/binary_local-hooks/grub2-efi b/config/binary_local-hooks/grub2-efi
index 844ce7c..12af93b 100755
--- a/config/binary_local-hooks/grub2-efi
+++ b/config/binary_local-hooks/grub2-efi
@@ -43,10 +43,11 @@ EOF
mkdir -p "binary/boot/grub/$platform"
mkdir -p "binary/efi/boot"
-(for i in $(cat chroot/usr/lib/grub/$platform/partmap.lst); do
- echo "insmod $i"
- done; \
- echo "source /boot/grub/grub-efi.cfg") >"binary/boot/grub/$platform/grub.cfg"
+#(for i in $(cat chroot/usr/lib/grub/$platform/partmap.lst); do
+# echo "insmod $i"
+# done; \
+echo "set efi_arch=$efi_name
+source /boot/grub/grub-efi.cfg" >"binary/boot/grub/$platform/grub.cfg"
# fix module order ("gzio" should be loaded before "normal", otherwise a "prefix not set" error message will pop up on boot)
sed -i.orig -e '/^normal:/{/gzio/!{s/$/ gzio/}}' chroot/usr/lib/grub/$platform/moddep.lst