commit 291ed626bd2c08e8eb11f9cca70d4a5eae2db909
parent f2bdce8156146ee51b9bd387ec3199bcc938f5a5
Author: parazyd <parazyd@dyne.org>
Date: Fri, 30 Sep 2016 11:12:35 +0200
don't delete qemu on cleanup, do it later
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zlibs/bootstrap b/zlibs/bootstrap
@@ -92,7 +92,7 @@ rm -f /thirdstage
rm -f /etc/ssh/*_key
rm -f /etc/ssh/*.pub
rm -f /root/.bash_history
-rm -f /usr/bin/qemu-*
+#rm -f /usr/bin/qemu-*
## our file for which we check the bootstrap is complete
echo "1" > .done
rm -f /cleanup