From d1c135791e651efea0dd742c5a54a1eab17b1c05 Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Sun, 19 Apr 2015 19:27:56 +0200 Subject: [PATCH] Add note about Ctrl+C --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 2f0dbb5..1555143 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,12 @@ package and ``kpartx``: root@host:~# apt-get install parted kpartx +Note that you can always abort a bootstrapping process by pressing +``Ctrl+C``, bootstrap-vz will then initiate a cleanup/rollback process, +where volumes are detached/deleted and temporary files removed, pressing +``Ctrl+C`` a second time shortcuts that procedure, halts the cleanup and +quits the process. + VirtualBox Vagrant ~~~~~~~~~~~~~~~~~~