source: npl/system/grub/menu-S.lst @ f9ce31e

perl-5.22
Last change on this file since f9ce31e was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 470 bytes
RevLine 
[c5c522c]1splashimage (hd0,0)/grub/syn3splash.xpm.gz
2timeout 10
3default saved
4
5title Normal boot
6 root (hd0,0)
7 savedefault 0
8 kernel /bzImage console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw
9 initrd /initrd.gz
10
11title Test new kernel
12 root (hd0,0)
13 savedefault 0
14 kernel /bzImage.test console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw test
15 initrd /initrd.gz.test
16
Note: See TracBrowser for help on using the repository browser.