don't delete qemu on cleanup, do it later
This commit is contained in:
parent
f2bdce8156
commit
291ed626bd
|
|
@ -92,7 +92,7 @@ rm -f /thirdstage
|
||||||
rm -f /etc/ssh/*_key
|
rm -f /etc/ssh/*_key
|
||||||
rm -f /etc/ssh/*.pub
|
rm -f /etc/ssh/*.pub
|
||||||
rm -f /root/.bash_history
|
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
|
## our file for which we check the bootstrap is complete
|
||||||
echo "1" > .done
|
echo "1" > .done
|
||||||
rm -f /cleanup
|
rm -f /cleanup
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue