Fix GRUB config to prevent live CDs from always booting into a pre-existing mnlinux install if it exists

This commit is contained in:
markmental 2026-09-10 22:09:10 -04:00
commit 409d052aef
3 changed files with 3 additions and 3 deletions

View file

@ -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
}