Ver código fonte

selftest: wictestdisk: machine agnostic WKS for use with selftest

Add a kickstart for an image that is not limited to use on x86 compatible
machines. This allows us to run more wic tests on non-x86 architectures.

Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Maciej Borzecki 7 anos atrás
pai
commit
c722569a8b
1 arquivos alterados com 7 adições e 0 exclusões
  1. 7 0
      meta-selftest/wic/wictestdisk.wks

+ 7 - 0
meta-selftest/wic/wictestdisk.wks

@@ -0,0 +1,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