[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2918/8267] mkefidisk.wks: update kernel command line



commit 926a1e6551220e3f0b4213b931b27c091e1b25b4
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Thu Oct 6 18:57:53 2016 +0300

    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.
    
    (From OE-Core rev: b46825a6ce5cecd24fed814bae48f9cfd0b97568)
    
    Signed-off-by: Ed Bartosh <ed bartosh linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/lib/wic/canned-wks/mkefidisk.wks |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/lib/wic/canned-wks/mkefidisk.wks b/scripts/lib/wic/canned-wks/mkefidisk.wks
index 668ca92..7c287f7 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]