meta-intel/wic/grub-bootdisk-microcode.wks.in
Chee Yang Lee 017e7dc577 wic: remove APPEND from .wks.in
since wic took APPEND in env, APPEND are no longer required in
.wks.in. Remove APPEND from .wks.in to prevent duplicates
see commit:
https://git.openembedded.org/openembedded-core/commit/?id=18981b8a457104391dfd94938c247eac04e4ed50

Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2020-02-18 10:22:29 +08:00

13 lines
654 B
Plaintext

# short-description: Create an EFI disk image with grub-efi
# long-description: Creates a partitioned EFI disk image that the user
# can directly dd to boot media. The selected bootloader is grub-efi.
# It also includes intel-microcode as an initrd for early update support.
part /boot --source bootimg-efi --sourceparams="loader=grub-efi,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
bootloader --ptable gpt --timeout=5 --append=" rootfstype=ext4 "