syslinux.cfg: change to use smallsystem_lowlatency_ks.cfg 96/4396/1
authorJackie Huang <jackie.huang@windriver.com>
Tue, 2 Jun 2020 14:44:50 +0000 (22:44 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Thu, 16 Jul 2020 02:26:32 +0000 (10:26 +0800)
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 <jackie.huang@windriver.com>
Change-Id: Ibdf7b99b473e0b61660bfd3fe7102bd4cf82aa20

meta-stx/conf/distro/files/syslinux.cfg

index 175e762..f709842 100644 (file)
@@ -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