summaryrefslogtreecommitdiff
path: root/config
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
parent1b6ba9726532b18efb92ef0f32d2a1f36de84cbb (diff)
downloadkanotix-2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0.zip
kanotix-2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0.tar.gz
console-setup preseed did not work; added live-config hook instead
Diffstat (limited to 'config')
-rwxr-xr-xconfig/chroot_local-includes/lib/live/config/901-hotfixes4
-rw-r--r--config/chroot_local-preseed/console-setup.cfg1
2 files changed, 4 insertions, 1 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
+
diff --git a/config/chroot_local-preseed/console-setup.cfg b/config/chroot_local-preseed/console-setup.cfg
deleted file mode 100644
index 739bf8d..0000000
--- a/config/chroot_local-preseed/console-setup.cfg
+++ /dev/null
@@ -1 +0,0 @@
-console-setup debian-installer/locale string de_DE.UTF8