File: syslinux.cfg

package info (click to toggle)
debian-installer 20070308etch7
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,284 kB
  • ctags: 142
  • sloc: xml: 9,843; sh: 1,623; makefile: 784; perl: 496; awk: 100
file content (37 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
${SYSLINUX_SERIAL}
DISPLAY ${SYSDIR}boot.txt

F1 ${SYSDIR}f1.txt
F2 ${SYSDIR}f2.txt
F3 ${SYSDIR}f3.txt
F4 ${SYSDIR}f4.txt
F5 ${SYSDIR}f5.txt
F6 ${SYSDIR}f6.txt
F7 ${SYSDIR}f7.txt
F8 ${SYSDIR}f8.txt
F9 ${SYSDIR}f9.txt
F0 ${SYSDIR}f10.txt

DEFAULT install

LABEL install
	kernel ${KERNEL}
	append ${VIDEO_MODE} initrd=${INITRD} -- ${CONSOLE}
LABEL linux
	kernel ${KERNEL}
	append ${VIDEO_MODE} initrd=${INITRD} -- ${CONSOLE}

LABEL expert
	kernel ${KERNEL}
	append priority=low ${VIDEO_MODE} initrd=${INITRD} -- ${CONSOLE}

LABEL rescue
	kernel ${KERNEL}
	append ${VIDEO_MODE} initrd=${INITRD} rescue/enable=true -- ${CONSOLE}

LABEL auto
	kernel ${KERNEL}
	append auto=true priority=critical ${VIDEO_MODE} initrd=${INITRD} -- ${CONSOLE}

PROMPT 1
TIMEOUT 0