diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 11:01:51 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2010-09-09 11:01:51 +0200 |
commit | c639d93381587e5ad8411d9603a9725ec7d47ed1 (patch) | |
tree | 8f89bda245cec232d3adf8aeedea9f845e9bd49e | |
parent | 2c2f4b068acd9fd7f823aefd31e4dab5a8c0c4f0 (diff) | |
download | kanotix-c639d93381587e5ad8411d9603a9725ec7d47ed1.zip kanotix-c639d93381587e5ad8411d9603a9725ec7d47ed1.tar.gz |
source /etc/default/locale
-rwxr-xr-x | config/chroot_local-includes/lib/live/config/901-hotfixes | 1 |
1 files changed, 1 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 86c3ae6..967b85b 100755 --- a/config/chroot_local-includes/lib/live/config/901-hotfixes +++ b/config/chroot_local-includes/lib/live/config/901-hotfixes @@ -21,5 +21,6 @@ chmod +x /home/${LIVE_USERNAME}/.kde/shutdown/kdm-force-shutdown-hack # reconfigure console-setup rm -f /etc/default/console-setup +. /etc/default/locale dpkg-reconfigure console-setup -fnoninteractive |