cc23c56545cb11bc345ff90a1c5a19107c6532dc
[pti/rtp.git] / meta-stx / conf / distro / files / syslinux.cfg
1 display splash.cfg
2 timeout 0
3 F1 help.txt
4 F2 devices.txt
5 F3 splash.cfg
6 serial 0 115200
7
8 # Pull in the menu User Interface
9 ui vesamenu.c32
10
11 menu title Select kernel options and boot kernel
12 menu tabmsg Press [Tab] to edit, [Return] to select, [ESC] to return to previous menu
13
14 # Dark grey
15 menu background   #ff555555
16
17 # ----------------- NOTE -----------------
18 # If you are updating label numbers, make sure that controllerconfig/clone.py
19 # is in sync with your changes (only serial console entries).
20 #    STANDARD_STANDARD = '0'
21 #    STANDARD_EXTENDED = 'S0'
22 #    AIO_STANDARD = '2'
23 #    AIO_EXTENDED = 'S2'
24 #    AIO_LL_STANDARD = '4'
25 #    AIO_LL_EXTENDED = 'S4'
26 # ----------------------------------------
27
28
29 # Standard Controller menu
30 menu begin
31   menu title Standard Controller Configuration
32
33   # Serial Console submenu
34   label 0
35     menu label Serial Console
36     menu disable
37     kernel /bzImage
38     append initrd=/initrd rootwait console=ttyS0,115200 inst.text serial inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/controller_ks.cfg
39   
40   # Graphical Console submenu
41   label 1
42     menu label Graphical Console
43     menu disable
44     kernel /bzImage
45     append initrd=/initrd rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/controller_ks.cfg
46 menu end
47
48 menu SEPARATOR
49
50 # AIO Controller menu
51 menu begin
52   menu title All-in-one Controller Configuration
53
54   # Serial Console submenu
55   label 2
56     menu label Serial Console
57     kernel /bzImage
58     append initrd=/initrd rootwait console=ttyS0,115200 inst.text serial inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/ks.cfg
59   
60   # Graphical Console submenu
61   label 3
62     menu label Graphical Console
63     kernel /bzImage
64     append initrd=/initrd rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/ks.cfg
65 menu end
66
67 menu SEPARATOR
68
69 # AIO (Low Latency) Controller menu
70 menu begin
71   menu title All-in-one (lowlatency) Controller Configuration
72
73   # Serial Console submenu
74   label 4
75     menu label Serial Console
76     kernel /bzImage
77     append nitrd=/initrd rootwait console=ttyS0,115200 inst.text serial inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/aio_lowlatency_ks.cfg
78
79   # Graphical Console submenu
80   label 5
81     menu label Graphical Console
82     kernel /bzImage
83     append initrd=/initrd rootwait console=tty0 inst.text inst.stage2=hd:LABEL=oe_iso_boot boot_device=sda rootfs_device=sda biosdevname=0 usbcore.autosuspend=-1 inst.gpt security_profile=standard user_namespace.enable=1 ks=/installer-config/aio_lowlatency_ks.cfg
84 menu end