From 291ed626bd2c08e8eb11f9cca70d4a5eae2db909 Mon Sep 17 00:00:00 2001 From: parazyd Date: Fri, 30 Sep 2016 11:12:35 +0200 Subject: [PATCH] don't delete qemu on cleanup, do it later --- zlibs/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zlibs/bootstrap b/zlibs/bootstrap index 5f56f89..26d962f 100644 --- 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