diff options
| -rw-r--r-- | meta-selftest/wic/wictestdisk.wks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-selftest/wic/wictestdisk.wks b/meta-selftest/wic/wictestdisk.wks new file mode 100644 index 0000000000..d4de24d830 --- /dev/null +++ b/meta-selftest/wic/wictestdisk.wks | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # short-description: image for use in machine agnostic wic test cases | ||
| 2 | |||
| 3 | # /boot is intentionally an empty partition | ||
| 4 | part /boot --ondisk sda --label boot --active --align 1024 --size 16 | ||
| 5 | part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid | ||
| 6 | |||
| 7 | # bootloader is intentionally left out | ||
