From: Ed Bartosh Date: Thu, 6 Oct 2016 15:57:53 +0000 (+0300) Subject: mkefidisk.wks: update kernel command line X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23916 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46825a6ce5cecd24fed814bae48f9cfd0b97568;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mkefidisk.wks: update kernel command line Used ttyS0 console. Removed usage of ttyPCH0 (FRI2 leftover) Decreased bootloader timeout to 5 seconds Removed 'vmalloc=256MB snd-hda-intel.enable_msi=0' as it's not needed for any of reference BSPs. Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks index 668ca92b04d..7c287f72f74 100644 --- a/scripts/lib/wic/canned-wks/mkefidisk.wks +++ b/scripts/lib/wic/canned-wks/mkefidisk.wks @@ -8,4 +8,4 @@ part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 part swap --ondisk sda --size 44 --label swap1 --fstype=swap -bootloader --timeout=10 --append="rootwait rootfstype=ext4 console=ttyPCH0,115200 console=tty0 vmalloc=256MB snd-hda-intel.enable_msi=0" +bootloader --timeout=5 --append="rootfstype=ext4 console=ttyS0,115200 console=tty0"