summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks/grub2-efi
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-02-10 21:01:19 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-02-10 21:01:19 +0100
commit233fdfe33c373cf93a107277a8b2f02006930149 (patch)
treeca84ead0f6bb7b51c8fe3895414b50d420dbfbf9 /config/binary_local-hooks/grub2-efi
parentc375375684e849df27854fe9525161ce03914bdd (diff)
downloadkanotix-233fdfe33c373cf93a107277a8b2f02006930149.zip
kanotix-233fdfe33c373cf93a107277a8b2f02006930149.tar.gz
grub 2.00
Diffstat (limited to 'config/binary_local-hooks/grub2-efi')
-rwxr-xr-xconfig/binary_local-hooks/grub2-efi2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binary_local-hooks/grub2-efi b/config/binary_local-hooks/grub2-efi
index 12af93b..6043206 100755
--- a/config/binary_local-hooks/grub2-efi
+++ b/config/binary_local-hooks/grub2-efi
@@ -36,7 +36,7 @@ workdir="$(mktemp -d efi-image.XXXXXX)"
mkdir -p "$workdir/boot/grub"
cat >"$workdir/boot/grub/grub.cfg" <<EOF
search --file --set=root /.disk/info
-set prefix=(\$root)/boot/grub/$platform
+set prefix=(\$root)/boot/grub
source \$prefix/grub.cfg
EOF