summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/chroot-installation.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroot-installation.sh b/bin/chroot-installation.sh
index 4473f853..fd03964d 100755
--- a/bin/chroot-installation.sh
+++ b/bin/chroot-installation.sh
@@ -103,7 +103,9 @@ bootstrap() {
echo force-unsafe-io > "$CHROOT_TARGET/etc/dpkg/dpkg.cfg.d/02dpkg-unsafe-io"
echo "Bootstraping $1 into $CHROOT_TARGET now."
+ set -x
sudo debootstrap $1 $CHROOT_TARGET $MIRROR
+ set +x
prepare_bootstrap $1
execute_ctmpfile
}