From f96d0fdb4df7e4f4b8059a955b90d21ef795cc07 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 2 Jun 2020 22:44:50 +0800 Subject: [PATCH] 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 --- meta-stx/conf/distro/files/syslinux.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6