logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 009ec57835d719e7cc9e8fb961223aa62aa3ced2
parent 49f5520143171d548d6f4dc8c343786a282c86b3
Author: Gábor Stefanik <netrolller.3d@gmail.com>
Date:   Tue,  6 Feb 2024 19:22:35 +0100

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