Works for me.
On 11/22/2016 01:58 PM, Saul Wold wrote:
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 <[email protected]>
Tested-by: California Sullivan <[email protected]>
---
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 6d96af4..de8807d 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"
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel