wictestdisk.wks 315 B

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