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

Joachim Breitner mail at joachim-breitner.de
Sun Jul 26 12:20:56 UTC 2009


The following commit has been merged in the master branch:
commit 2f49253b7fe86ca53b85d90b166913dcbbe00464
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jul 26 14:19:21 2009 +0200

    Make install.sh preseed as required by nodm 0.5

diff --git a/install.sh b/install.sh
index bf7c204..669281a 100755
--- a/install.sh
+++ b/install.sh
@@ -1085,7 +1085,8 @@ EOPANELPLUGIN
 	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/x_options string "-nolisten tcp"' | chroot "$INST_DIR" debconf-set-selections
+			echo 'nodm nodm/first_vt string "3"' | 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

-- 
Various non-packaged files



More information about the pkg-fso-commits mailing list