summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-06 15:11:39 +0000
committerNeil Williams <codehelp@debian.org>2015-11-06 15:11:39 +0000
commita33bdf051903cbb8d08cc7021c932e55642f9fb1 (patch)
tree426aa4e91b333742fc6ca6666ae3cd97fbdae0a9 /yarns/900-implements.yarn
parent82b17d5c1de05ec7f06c0ed0ff065282f2348034 (diff)
downloadvmdebootstrap-a33bdf051903cbb8d08cc7021c932e55642f9fb1.tar.gz
Allow arm64 without UEFI only if squash is set
UEFI files do not go inside the squashfs, configured separately later.
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index 72c8f2c..d4c6a7a 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -58,6 +58,9 @@ code.
IMPLEMENTS THEN vmdebootstrap exited with a non-zero exit code
grep -vFx 0 vmdebootstrap.exit
+ IMPLEMENTS THEN vmdebootstrap exited with a zero exit code
+ grep -Fx 0 vmdebootstrap.exit
+
Check the stderr of the attempted vmdebootstrap run.
IMPLEMENTS THEN vmdebootstrap wrote an error message matching (.+)