recipes: compressors/xz: Upgraded to version 5.6.2
[dragora.git] / archive / isolinux / isolinux.cfg
blob2b591d4284ac7a3c78b5ba3d8231152278930796
1 UI vesamenu.c32
2 PROMPT 0
4 TIMEOUT 3000
5 TOTALTIMEOUT 4000
7 MENU RESOLUTION 640 480
8 MENU BACKGROUND dsplash.jpg
9 MENU TITLE Boot Menu
10 MENU MARGIN 16
11 MENU ROWS 6
12 MENU VSHIFT 4
13 MENU TIMEOUTROW 13
14 MENU HELPMSGROW 16
15 MENU TABMSG
16 MENU COLOR screen       0  #10460a #00000000 std
17 MENU COLOR border       0  #b26818 #00000000 std
18 MENU COLOR title        0  #1fb251 #00000000 std
19 MENU COLOR sel          30 #00000003 #18b218 std
20 MENU COLOR hotsel       0  #ffffffff #18b218 std
21 MENU COLOR hotkey       0  #b26818 #00000000 std
22 MENU COLOR help         0  #fad900 #00000000 std
23 MENU CLEAR
25 F1 f1.msg #10460a
26 DEFAULT dragora
27 NOCOMPLETE 1
29 LABEL dragora
30     MENU LABEL ^Boot Dragora Live
31     MENU DEFAULT
32     KERNEL vmlinuz
33     APPEND initrd=initrd.img rw printk.time=0 nomodeset
34     TEXT HELP
35     Use the 'Up' and 'Down' keys to select which entry is highlighted.
36     Press [Enter] to boot the selected entry, [Tab] to edit command-
37     line parameters before booting.  Press [F1] for more information.
38     ENDTEXT
40 LABEL installer
41     MENU LABEL ^Install Dragora
42     MENU DEFAULT
43     KERNEL vmlinuz
44     APPEND initrd=initrd.img rw printk.time=0 DRAGORA_SETUP nomodeset
45     TEXT HELP
46     This will invoke the tools to configure the keymap, mouse and then
47     run the Dragora installer for you.
48     ENDTEXT
50 MENU SEPARATOR
52 LABEL prompt
53     MENU LABEL ^Exit to the boot prompt
54     TEXT HELP
55     Command line parameters must be prepended using a label, by default
56     "dragora".  For example, to bail out to a Linux partition you could
57     type: dragora root=/dev/sda1 rdinit= ro
58     ENDTEXT
59     MENU QUIT