don't delete qemu on cleanup, do it later

This commit is contained in:
parazyd 2016-09-30 11:12:35 +02:00
parent f2bdce8156
commit 291ed626bd
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
1 changed files with 1 additions and 1 deletions

View File

@ -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