tdon't delete qemu on cleanup, do it later - libdevuansdk - common library for devuan's simple distro kits | |
git clone https://git.parazyd.org/libdevuansdk | |
Log | |
Files | |
Refs | |
Submodules | |
README | |
LICENSE | |
--- | |
commit 291ed626bd2c08e8eb11f9cca70d4a5eae2db909 | |
parent f2bdce8156146ee51b9bd387ec3199bcc938f5a5 | |
Author: parazyd | |
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(-) --- | |
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 |