Fix GRUB config to prevent live CDs from always booting into a pre-existing mnlinux install if it exists
This commit is contained in:
parent
f2e7864a00
commit
409d052aef
3 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ set default="0"
|
|||
set timeout="10"
|
||||
|
||||
menuentry "Mentalnet GNU/Linux" {
|
||||
search --no-floppy --set=root --file /boot/bzImage
|
||||
linux /boot/bzImage root=/dev/sr0 ro
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue