mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 02:15:24 +01:00
Fix typo in make_bootable.sh causing failure to reboot
This commit is contained in:
parent
49f5520143
commit
009ec57835
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue