diff options
| author | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-04-09 00:02:52 +0800 |
|---|---|---|
| committer | Yogesh Tyagi <yogesh.tyagi@intel.com> | 2026-04-08 22:59:17 +0530 |
| commit | bf06e8360baf2c84257e82f4153e13e62708568a (patch) | |
| tree | 3e6dea07578ee6965da83310684e1ef2f5b5866e /files/wic/image-installer.wks.in | |
| parent | 413f4312cd1fe3684f5a19db1dd97d0550bbef54 (diff) | |
| download | meta-intel-bf06e8360baf2c84257e82f4153e13e62708568a.tar.gz | |
meta-intel/wic: Move to files/wic
To align with the new search paths, move the files to the new location.
Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com>
Diffstat (limited to 'files/wic/image-installer.wks.in')
| -rw-r--r-- | files/wic/image-installer.wks.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/wic/image-installer.wks.in b/files/wic/image-installer.wks.in new file mode 100644 index 00000000..933e8d85 --- /dev/null +++ b/files/wic/image-installer.wks.in | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | # create an installer disk image | ||
| 2 | # populate content to install using IMAGE_BOOT_FILES | ||
| 3 | |||
| 4 | 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 | ||
| 5 | |||
| 6 | part / --source bootimg-partition --ondisk sda --fstype=ext4 --label image --use-uuid --align 1024 | ||
| 7 | |||
| 8 | bootloader --ptable gpt --timeout=5 --append=" rootwait " | ||
