Fix typo in make_bootable.sh causing failure to reboot

This commit is contained in:
Gábor Stefanik 2024-02-06 19:22:35 +01:00
parent 49f5520143
commit 009ec57835
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ set timeout=5
set default=0
menuentry 'Linux live-bootstrap (4.9.10)' {
insmod part_msdos
set root='grub-probe -d /dev/${DISK} -t bios_hints | sed -e 's/ //g')'
set root='$(grub-probe -d /dev/${DISK} -t bios_hints | sed -e 's/ //g')'
linux /boot/linux-4.9.10 root=/dev/${DISK} rw $(cat /proc/cmdline)
}
EOF