summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-11-22 13:58:40 -0800
committerSaul Wold <sgw@linux.intel.com>2016-11-22 13:58:40 -0800
commit7f92eb3b5898af5e41c7b04d6ef17f4f35ad969a (patch)
tree3f221cbdeaf6a6834091cdc58a704e698cf5b342 /scripts
parentcb5025bfbb9fbf1638af4c0c979f77eade2dbefb (diff)
downloadmeta-intel-7f92eb3b5898af5e41c7b04d6ef17f4f35ad969a.tar.gz
galileodisk-sd.wks: Add rootwait
Adding rootwait to the kernel params in order to handle the fact that 4.8 boots faster and older SD cards are not ready in time for the kernel to correctly mount. [YOCTO #10709] Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/canned-wks/galileodisk-sd.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/canned-wks/galileodisk-sd.wks b/scripts/lib/wic/canned-wks/galileodisk-sd.wks
index 6d96af42..de8807df 100644
--- a/scripts/lib/wic/canned-wks/galileodisk-sd.wks
+++ b/scripts/lib/wic/canned-wks/galileodisk-sd.wks
@@ -6,4 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mm
6 6
7part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid 7part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid
8 8
9bootloader --timeout=0 --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" 9bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"