[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. 7327b0a8be73d1b4eba438f96841bddf4ff83be0

Luca Capello luca at pca.it
Wed May 13 06:09:21 UTC 2009


The following commit has been merged in the master branch:
commit 7327b0a8be73d1b4eba438f96841bddf4ff83be0
Author: Luca Capello <luca at pca.it>
Date:   Wed May 13 01:40:35 2009 +0200

    install.sh: export DEBIAN_FRONTEND=noninteractive in fso stage
    
    This will allow automatic debconf configuration of console-setup.

diff --git a/install.sh b/install.sh
index 100b61c..552ac6e 100755
--- a/install.sh
+++ b/install.sh
@@ -839,6 +839,7 @@ action_fso () {
 
 	echo "Installing FSO-specific packages"
 	chroot "$INST_DIR" /bin/sh -e <<__END_CHROOT__
+export DEBIAN_FRONTEND=noninteractive
 apt-get $APT_OPTIONS install $FSO_PACKAGES
 apt-get clean
 __END_CHROOT__

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list