mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
Merge pull request #435 from Googulator/grub
Fix typo in make_bootable.sh causing failure to reboot
This commit is contained in:
commit
61cb7edf91
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