1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm/qemu-efi-disk: add rootwait to bootargs

Adding "rootwait" to bootargs for uniformity with the other wic files,
and this _could_ resolve Yocto Bugzilla Bug 15562 (as the intermittent
inability to find the root disk could be because of a race between
needing the disk and it not being mounted yet).

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2024-08-20 09:43:16 -04:00
parent 3a850ee377
commit 5a3ca1e23f
+1 -1
View File
@@ -8,4 +8,4 @@ part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid
part swap --size 44 --label swap --fstype=swap --use-uuid
bootloader --ptable gpt --timeout=5 --append="rootfstype=ext4 ip=dhcp"
bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 ip=dhcp"