summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index a629dc9..860d649 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -135,3 +135,10 @@ regular expression.
mount -r "$device" "$mp"
trap "umount \"$mp\"; unkpartx_image \"$IMAGE\"" EXIT
grep -P -e "$MATCH_3" "$mp/$MATCH_2"
+
+Check the image output format
+
+ IMPLEMENTS THEN image has file format matching (.+)
+ qemu-img info $IMAGE |
+ grep "file format" |
+ grep $MATCH_1