From: Jan Kiszka <[email protected]> - use spaces rather than "=" as separator between parameter name and argument - set correct part-type for EFI partition, drop irrelevant active flag, adjust label (aligns with Isar sdimage-efi.wks) - pass "rootwait" as kernel parameter for slow SD cards
Signed-off-by: Jan Kiszka <[email protected]> --- scripts/lib/wic/canned-wks/nuc6cay.wks | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/lib/wic/canned-wks/nuc6cay.wks b/scripts/lib/wic/canned-wks/nuc6cay.wks index 7abe470..56bc692 100644 --- a/scripts/lib/wic/canned-wks/nuc6cay.wks +++ b/scripts/lib/wic/canned-wks/nuc6cay.wks @@ -1,5 +1,5 @@ -part /boot --source bootimg-efi-isar --sourceparams="loader=grub-efi" --ondisk sda --label msdos --active --align 1024 +part /boot --source bootimg-efi-isar --sourceparams "loader=grub-efi" --ondisk sda --label efi --part-type EF00 --align 1024 -part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid +part / --source rootfs --ondisk sda --fstype ext4 --label platform --align 1024 --use-uuid -bootloader --ptable gpt --timeout=3 --append="intel_iommu=off memmap=82M\$0x3a000000" +bootloader --ptable gpt --timeout 3 --append "rootwait intel_iommu=off memmap=82M\$0x3a000000" -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
