Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 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 |