tdon't delete qemu on cleanup, do it later - libdevuansdk - common library for devuan's simple distro kits
HTML git clone https://git.parazyd.org/libdevuansdk
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 291ed626bd2c08e8eb11f9cca70d4a5eae2db909
DIR parent f2bdce8156146ee51b9bd387ec3199bcc938f5a5
HTML Author: parazyd <parazyd@dyne.org>
Date: Fri, 30 Sep 2016 11:12:35 +0200
don't delete qemu on cleanup, do it later
Diffstat:
M zlibs/bootstrap | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/zlibs/bootstrap b/zlibs/bootstrap
t@@ -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