stages 1/10-perl: update perl cross to version 1.2.2
[dragora.git] / archive / isolinux / isolinux.cfg
blob8c668fa98a13a51191d5e19bd19fc306781c8716
1 UI menu.c32
2 PROMPT 0
4 TIMEOUT 3000
5 TOTALTIMEOUT 4000
7 MENU TITLE Dragora GNU/Linux - 3.0
8 MENU COLOR screen      22;36;40
9 MENU COLOR border      1;36;40
10 MENU COLOR title       22;35;40
11 MENU COLOR unsel       37;40
12 MENU COLOR hotkey      1;37;40
13 MENU COLOR sel         1;36;40
14 MENU COLOR hotsel      1;37;45
15 MENU COLOR disabled    36;40
16 MENU COLOR scrollbar   37;40
17 MENU COLOR tabmsg      1;37;40
18 MENU COLOR cmdmark     1;36;40
19 MENU COLOR help        37;40
20 MENU CLEAR
21 MENU TABMSG
23 F1 f1.msg
24 DEFAULT dragora
25 NOCOMPLETE 1
27 LABEL dragora
28     MENU LABEL ^Live mode
29     MENU DEFAULT
30     KERNEL vmlinuz
31     APPEND initrd=initrd.img printk.time=0 gfxpayload=text nofb nomodeset fbcon=map:1 RC_HWCLOCK=utc RC_HOSTNAME=dragora RC_DOMAINNAME=example.net ENABLE_ESPEAKUP=0 ESPEAKUP_VOICE=default RC_KEYMAP=qwerty/us RC_BLANKTIME=15
32     TEXT HELP
33     Use the 'Up' and 'Down' keys to select which entry is highlighted.
34     Press [Enter] to boot the selected entry, [Tab] to edit command-
35     line parameters before booting.  [F1] for more information.
36     ENDTEXT
38 INCLUDE keys_i386.cfg
40 LABEL cmdline
41     MENU LABEL ^Command line
42     TEXT HELP
43     Exit to the boot prompt.  Command-line parameters must be prepended
44     using a label, by default "dragora".  For example, to bail out to a
45     Linux Partition you could type: dragora root=/dev/sda1 rdinit= ro
46     ENDTEXT
47     MENU QUIT