From 849be85cc410a4bea80b0f2e4cf9136f3c0317ae Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 22 Nov 2016 13:58:40 -0800 Subject: 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 --- scripts/lib/wic/canned-wks/galileodisk-sd.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid -bootloader --timeout=0 --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" +bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" -- cgit v1.2.3-54-g00ecf