summaryrefslogtreecommitdiff
path: root/config/chroot_local-includes
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 02:06:58 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2010-09-09 02:06:58 +0200
commit2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0 (patch)
treeefd281227fcded03c6e521a5fbe9961110e59b3c /config/chroot_local-includes
parent1b6ba9726532b18efb92ef0f32d2a1f36de84cbb (diff)
downloadkanotix-2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0.zip
kanotix-2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0.tar.gz
console-setup preseed did not work; added live-config hook instead
Diffstat (limited to 'config/chroot_local-includes')
-rwxr-xr-xconfig/chroot_local-includes/lib/live/config/901-hotfixes4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/chroot_local-includes/lib/live/config/901-hotfixes b/config/chroot_local-includes/lib/live/config/901-hotfixes
index 2723ea6..86c3ae6 100755
--- a/config/chroot_local-includes/lib/live/config/901-hotfixes
+++ b/config/chroot_local-includes/lib/live/config/901-hotfixes
@@ -19,3 +19,7 @@ sudo perl -pi -e 's/tty/xty/g' /var/run/utmp
EOF
chmod +x /home/${LIVE_USERNAME}/.kde/shutdown/kdm-force-shutdown-hack
+# reconfigure console-setup
+rm -f /etc/default/console-setup
+dpkg-reconfigure console-setup -fnoninteractive
+