Pin pip to 20.3.3 and disable tmpfs in DIB
[ta/build-tools.git] / isolinux / isolinux.cfg
1 default vesamenu.c32
2 timeout 100
3
4 display boot.msg
5
6 # Clear the screen when exiting the menu, instead of leaving the menu displayed.
7 # For vesamenu, this means the graphical background is still displayed without
8 # the menu itself for as long as the screen remains in graphics mode.
9 menu clear
10 menu background splash.png
11 menu title Cloud
12 menu vshift 8
13 menu rows 18
14 menu margin 8
15 menu hidden
16
17 menu color border 0 #ffffffff #ee000000 std
18 menu color title 0 #ffffffff #ee000000 std
19 menu color disabled 0 #ffffffff #ee000000 std
20 menu color sel 0 #ffffffff #85000000 std
21 menu color unsel 0 #ffffffff #ee000000 std
22 menu color pwdheader 0 #ff000000 #99ffffff rev
23 menu color pwdborder 0 #ff000000 #99ffffff rev
24 menu color pwdentry 0 #ff000000 #99ffffff rev
25 menu color hotkey 0 #ff00ff00 #ee000000 std
26 menu color hotsel 0 #ffffffff #85000000 std
27 menu color cmdmark 0 #ffffffff #ee000000 std
28 menu color cmdline 0 #ffffffff #ee000000 std
29
30 # Do not display the actual menu unless the user presses a key. All that is displayed is a timeout message.
31
32 menu tabmsg Press Tab for full configuration options on menu items.
33
34 menu separator # insert an empty line
35 menu separator # insert an empty line
36
37 label linux
38 menu default
39   menu label ^Install Cloud
40   kernel vmlinuz
41   append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 quiet console=tty0 console=ttyS1,115200
42
43 label check
44   menu label Test this ^media & install Cloud
45   kernel vmlinuz
46   append initrd=initrd.img inst.stage2=hd:LABEL=CentOS\x207\x20x86_64 rd.live.check quiet console=tty0 console=ttyS1,115200
47
48 menu end