logo

grub-nomagic-scripts

Automagic-free replacement scripts for GRUB grub-mkconfig and grub-install.git clone https://anongit.hacktivis.me/git/grub-nomagic-scripts.git/
commit: 64541a9a2aece4456ce08489f1321206afe88ef4
parent 7e2fba5f91b50807ecb19e7ad2d40f4bd0d185b2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Apr 2025 09:47:10 +0200

grub-bios-install.sh: fix fallback GRUB_PREFIX

Diffstat:

Mgrub-bios-install.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-bios-install.sh b/grub-bios-install.sh @@ -31,7 +31,7 @@ test -z "${GRUB_CORE_MODULES}" && die '$GRUB_CORE_MODULES needs to be set to the set -x -e : ${ROOT_UUID:=$(lsblk -n -o uuid ${ROOT_BLOCK} | head -1)} -: ${GRUB_PREFIX:=(cryptouuid/${ROOT_UUID//-/}${GRUB_ROOT}/grub/} +: ${GRUB_PREFIX:=(cryptouuid/${ROOT_UUID//-/})${GRUB_ROOT}/grub/} echo "cryptomount -u ${ROOT_UUID//-/}" > /boot/grub/i386-pc/load.cfg #echo 'cryptomount hd0,msdos2' > /boot/grub/i386-pc/load.cfg