summaryrefslogtreecommitdiffstats
path: root/bin/g-i-installation.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-12-27 13:27:00 +0100
committerHolger Levsen <holger@layer-acht.org>2012-12-27 13:27:00 +0100
commitb4888d3a1dc349fc9f0972ed78814da759fba0cb (patch)
tree319d643bc045a2dd8e0c91a7cacd73f788ef4590 /bin/g-i-installation.sh
parent6dc40796bd8892b90450a1dc7626fabf7c54f64f (diff)
downloadjenkins.debian.net-b4888d3a1dc349fc9f0972ed78814da759fba0cb.tar.xz
be a lot more verbose
Diffstat (limited to 'bin/g-i-installation.sh')
-rwxr-xr-xbin/g-i-installation.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index fb39a996..4b57a8bc 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -358,7 +358,6 @@ monitor_system() {
echo
let MAX_RUNS=NR+10800
while [ $NR -lt $MAX_RUNS ] ; do
- set +x
#
# break if qemu-system has finished
#
@@ -518,6 +517,7 @@ fi
#
NR=0
bootstrap_system
+set +x
case $NAME in
*rescue) monitor_system rescue
;;
@@ -532,7 +532,8 @@ case $NAME in
mkdir -p $RESULTS/log/installer
touch $RESULTS/log/dummy $RESULTS/log/installer/dummy
;;
- *) #
+ *) set -x
+ #
# kill qemu and image
#
sudo kill -9 $(ps fax | grep [q]emu-system | grep vnc=$DISPLAY 2>/dev/null | awk '{print $1}') || true