source: npl/system/syslinux_conf/root/boot/syslinux/txt.cfg @ 892871d

Last change on this file since 892871d 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: 1.0 KB
Line 
1LABEL normal
2        MENU LABEL ^Normal boot
3        kernel /bzImage
4        append console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw
5        initrd /initrd.gz
6
7LABEL test
8        MENU LABEL ^Test new kernel
9        kernel /bzImage.test
10        append console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw test
11        initrd /initrd.gz.test
12
13MENU BEGIN Troubleshooting
14
15        LABEL shell
16                MENU LABEL ^Start shell
17                kernel /bzImage
18                append console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw shell
19                initrd /initrd.gz
20
21        LABEL debug
22                MENU LABEL ^Debug mode
23                kernel /bzImage
24                append console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw debug
25                initrd /initrd.gz
26
27        LABEL debug
28                MENU LABEL ^Remote support mode
29                kernel /bzImage
30                append console=tty1 root=/dev/ram0 init=/linuxrc ramdisk_size=128000 splash=silent,theme:S,tty:9 vmalloc=256MB rw sup
31                initrd /initrd.gz
32
33MENU END
Note: See TracBrowser for help on using the repository browser.