[pkg-fso-commits] [SCM] Various non-packaged files branch, master, updated. e3c8dd33799797aa87513aeb5a7d0e6abab3aca5
Luca Capello
luca at pca.it
Tue Apr 7 11:06:42 UTC 2009
The following commit has been merged in the master branch:
commit e3c8dd33799797aa87513aeb5a7d0e6abab3aca5
Author: Luca Capello <luca at pca.it>
Date: Tue Apr 7 13:06:40 2009 +0200
install.sh: preseed nodm/x_options and nodm/enabled
diff --git a/install.sh b/install.sh
index 93e34ce..b59535c 100755
--- a/install.sh
+++ b/install.sh
@@ -1071,6 +1071,10 @@ EOPANELPLUGIN
echo " * Not installing the Display Manager"
else
echo " * Installing Display Manager $DISPLAY_MANAGER"
+ if [ "$DISPLAY_MANAGER" = nodm ]; then
+ echo 'nodm nodm/x_options string "vt4 -nolisten tcp"' | chroot "$INST_DIR" debconf-set-selections
+ echo 'nodm nodm/enabled string "true"' | chroot "$INST_DIR" debconf-set-selections
+ fi
chroot "$INST_DIR" apt-get $APT_OPTIONS install $DISPLAY_MANAGER
fi
--
Various non-packaged files
More information about the pkg-fso-commits
mailing list