mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
9 lines
487 B
Plaintext
9 lines
487 B
Plaintext
# create an installer disk image
|
|
# populate content to install using IMAGE_BOOT_FILES
|
|
|
|
part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},title=install,label=install-efi,initrd=microcode.cpio;${INITRD_IMAGE_LIVE}-${MACHINE}.${INITRAMFS_FSTYPES}" --ondisk sda --label install --active --align 1024 --use-uuid
|
|
|
|
part / --source bootimg-partition --ondisk sda --fstype=ext4 --label image --use-uuid --align 1024
|
|
|
|
bootloader --ptable gpt --timeout=5 --append=" rootwait "
|