diff options
Diffstat (limited to 'bin/schroot-create.sh')
-rwxr-xr-x | bin/schroot-create.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/schroot-create.sh b/bin/schroot-create.sh index 97c9d0f3..934ff38d 100755 --- a/bin/schroot-create.sh +++ b/bin/schroot-create.sh @@ -169,6 +169,9 @@ bootstrap() { robust_chroot_apt update # first, (if), install diffoscope with all recommends... if [ "$1" = "diffoscope" ] ; then + # we could also use $SCRIPT_HEADER (set in bin/common-functions.sh) in our generated scripts + # instead of using the next line, maybe we should… + echo 'debconf debconf/frontend select noninteractive' | sudo chroot $SCHROOT_TARGET debconf-set-selections robust_chroot_apt install -y --install-recommends diffoscope fi robust_chroot_apt install -y --no-install-recommends sudo |