hc
2023-12-06 d38611ca164021d018c1b23eee65bbebc09c63e0
1
2
3
4
5
6
7
# short-description: image for use in machine agnostic wic test cases
 
# /boot is intentionally an empty partition
part /boot --ondisk sda --label boot --active --align 1024 --size 16
part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid
 
# bootloader is intentionally left out