[X2Go-Commits] [x2gothinclient] 02/02: fix nodm preseedning

git-admin at x2go.org git-admin at x2go.org
Tue Aug 26 16:16:18 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gothinclient.

commit a65c512eff1ee28aa6a4dd58066317b08c173985
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 26 16:16:10 2014 +0200

    fix nodm preseedning
---
 minidesktop/sbin/x2gothinclient-preseed |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/minidesktop/sbin/x2gothinclient-preseed b/minidesktop/sbin/x2gothinclient-preseed
index 13194e6..f0596c7 100755
--- a/minidesktop/sbin/x2gothinclient-preseed
+++ b/minidesktop/sbin/x2gothinclient-preseed
@@ -29,6 +29,9 @@ do_preseed() {
         echo "Failed to load preseed '$template'" 1>&2
 }
 
+# we need to remove the nodm config as it gets parsed in via DebConf
+rm -f /etc/default/nodm
+
 # and finally preseed ocsinventory-agent
 do_preseed nodm nodm/enabled boolean true
 do_preseed nodm nodm/user string x2gothinclient

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gothinclient.git


More information about the x2go-commits mailing list