logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 61cb7edf91ddfce27b7fa1e0ca637630b0cd3257
parent 068f7d8f40709beea5d72a249f7d013e3420a538
Author: fosslinux <fosslinux@aussies.space>
Date:   Wed,  7 Feb 2024 22:11:47 +0000

Merge pull request #435 from Googulator/grub

Fix typo in make_bootable.sh causing failure to reboot

Diffstat:

Msteps/improve/make_bootable.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/improve/make_bootable.sh b/steps/improve/make_bootable.sh @@ -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