From 5389b608d065167780d97f490d9379aa8fa0ed38 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 4 Dec 2014 09:57:04 +0100 Subject: chroot-installs: also output debootstrap command used --- bin/chroot-installation.sh | 2 ++ 1 file changed, 2 insertions(+) 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 } -- cgit v1.2.3-70-g09d2