summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-11-28 12:44:05 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-12-02 17:58:47 +0000
commit3782d6b061c7af6e021d66ca73a13a9bd0e6bff7 (patch)
treefc78a8815cfab14a2bb3ea266a3a62eb1968e0bb
parente9e55a53516864d4c6dd48af4ed69a139236f697 (diff)
downloaddefinitions-3782d6b061c7af6e021d66ca73a13a9bd0e6bff7.tar.gz
Test commit
-rwxr-xr-xinstaller/installer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/installer.py b/installer/installer.py
index bd3a94f2..af25876e 100755
--- a/installer/installer.py
+++ b/installer/installer.py
@@ -29,6 +29,7 @@ import subprocess
import tempfile
import errno
import time
+import traceback
class BaserockInstaller():
@@ -58,6 +59,7 @@ class BaserockInstaller():
self.do_unmounts(mounted)
self.finish_and_reboot()
except BaseException, e:
+ print traceback.format_exc()
print "Something failed, opening shell..."
print "Once you have finished, use `reboot -f`"
os.execl('/bin/sh', 'sh')