From a33bdf051903cbb8d08cc7021c932e55642f9fb1 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 6 Nov 2015 15:11:39 +0000 Subject: Allow arm64 without UEFI only if squash is set UEFI files do not go inside the squashfs, configured separately later. --- yarns/900-implements.yarn | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yarns/900-implements.yarn') 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 (.+) -- cgit v1.2.1