Slim i586 live CD: root on CD, no initrd, lean kernel

This commit is contained in:
markmental 2026-09-10 18:53:59 -04:00
commit 0d300964f3
4 changed files with 148 additions and 18 deletions

View file

@ -4,6 +4,5 @@ set timeout="10"
menuentry "Mentalnet GNU/Linux" {
search --no-floppy --set=root --file /boot/bzImage
linux /boot/bzImage root=/dev/sr0 ro
initrd /boot/initrd
}