Start of mentalnet gnu/linux legacy iso build

This commit is contained in:
markmental 2026-09-10 18:34:20 -04:00
commit 430ecb4b71
5 changed files with 6275 additions and 0 deletions

9
fs/iso9660/grub.cfg Normal file
View file

@ -0,0 +1,9 @@
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
initrd /boot/initrd
}