Start of mentalnet gnu/linux legacy iso build
This commit is contained in:
commit
430ecb4b71
5 changed files with 6275 additions and 0 deletions
9
fs/iso9660/grub.cfg
Normal file
9
fs/iso9660/grub.cfg
Normal 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
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue