From: Jackie Huang Date: Tue, 2 Jun 2020 14:44:50 +0000 (+0800) Subject: syslinux.cfg: change to use smallsystem_lowlatency_ks.cfg X-Git-Tag: cherry~33 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f96d0fdb4df7e4f4b8059a955b90d21ef795cc07;p=pti%2Frtp.git syslinux.cfg: change to use smallsystem_lowlatency_ks.cfg The preempt-rt kernel is the default now, then the corresponding kickstart file should be smallsystem_lowlatency_ks.cfg Issue-ID: INF-146 Signed-off-by: Jackie Huang Change-Id: Ibdf7b99b473e0b61660bfd3fe7102bd4cf82aa20 --- diff --git a/meta-stx/conf/distro/files/syslinux.cfg b/meta-stx/conf/distro/files/syslinux.cfg index 175e762..f709842 100644 --- a/meta-stx/conf/distro/files/syslinux.cfg +++ b/meta-stx/conf/distro/files/syslinux.cfg @@ -30,10 +30,10 @@ menu background #ff555555 label 2 menu label All-in-one Controller Configuration - Serial Console kernel /bzImage - 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 + 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/smallsystem_lowlatency_ks.cfg # AIO Controller - Graphical Console menu label 3 menu label All-in-one Controller Configuration - Graphical Console kernel /bzImage - 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 + 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/smallsystem_lowlatency_ks.cfg