diff options
| author | Ricardo Salveti <ricardo.salveti@oss.qualcomm.com> | 2026-04-07 19:47:24 -0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-04-09 13:51:26 +0000 |
| commit | 4dddf149832ef19233c13af31987bcd6b1faf4cd (patch) | |
| tree | 056bead30e927bfe4d4469d92e42fb37baedb9e7 /files/wic/directdisk-xen.wks | |
| parent | 6eacd900611a08487f72112163f34be339277b7f (diff) | |
| download | meta-virtualization-4dddf149832ef19233c13af31987bcd6b1faf4cd.tar.gz | |
wic: move files to files/wic
Move local wic files to the new expected location files/wic, needed after
the wic migration to a standalone project outside oe-core.
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'files/wic/directdisk-xen.wks')
| -rw-r--r-- | files/wic/directdisk-xen.wks | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/files/wic/directdisk-xen.wks b/files/wic/directdisk-xen.wks new file mode 100644 index 00000000..d6ca46a4 --- /dev/null +++ b/files/wic/directdisk-xen.wks | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # short-description: Create a 'pcbios' direct disk image with Xen hypervisor | ||
| 2 | # long-description: Creates a partitioned legacy BIOS disk image to boot Xen | ||
| 3 | # that the user can directly dd to boot media. Boot files are located on the | ||
| 4 | # first vfat partition. | ||
| 5 | |||
| 6 | part /boot --source bootimg-biosxen --ondisk sda --label boot --active --align 1024 | ||
| 7 | |||
| 8 | # For the main partition, it can be useful to add additional space for VMs: | ||
| 9 | # eg. increase partition size by appending: --size 10G | ||
| 10 | part / --source rootfs --ondisk sda --use-uuid --fstype=ext4 --label root --align 1024 | ||
