summaryrefslogtreecommitdiffstats
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 15:46:22 -0800
commit849be85cc410a4bea80b0f2e4cf9136f3c0317ae (patch)
tree3f221cbdeaf6a6834091cdc58a704e698cf5b342
parentcb5025bfbb9fbf1638af4c0c979f77eade2dbefb (diff)
downloadmeta-intel-849be85cc410a4bea80b0f2e4cf9136f3c0317ae.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>
-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"