Installer implemented in the live CD! However we still need to add some old realtek network card support for r1

This commit is contained in:
markmental 2026-09-10 20:22:38 -04:00
commit 1d86d4f1f9
4 changed files with 497 additions and 4 deletions

View file

@ -0,0 +1,6 @@
set default="0"
set timeout="5"
menuentry "Mentalnet GNU/Linux" {
linux /boot/bzImage root=@ROOTDEV@ rootwait rw console=ttyS0,9600n8 console=tty0
}