8 # Pull in the menu User Interface
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
15 menu background #ff555555
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'
24 # AIO_LL_STANDARD = '4'
25 # AIO_LL_EXTENDED = 'S4'
26 # ----------------------------------------
29 # Standard Controller menu
31 menu title Standard Controller Configuration
33 # Serial Console submenu
35 menu label Serial Console
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
40 # Graphical Console submenu
42 menu label Graphical Console
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
52 menu title All-in-one Controller Configuration
54 # Serial Console submenu
56 menu label Serial Console
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
60 # Graphical Console submenu
62 menu label Graphical Console
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
69 # AIO (Low Latency) Controller menu
71 menu title All-in-one (lowlatency) Controller Configuration
73 # Serial Console submenu
75 menu label Serial Console
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
79 # Graphical Console submenu
81 menu label Graphical Console
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