Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2012-12-11 15:11:29 (GMT)
committer Daniel Drake <dsd@laptop.org>2012-12-11 15:11:29 (GMT)
commitb54f96d3fc54854da7bb71a03e2de69a3a544811 (patch)
tree546b6550aff10eaf3e8a7506a84ad8d560c5631a
parentb5689d2bfa145ca2e5fef5631cb52591f88d1e4b (diff)
base: Use ksmain to set LANG=C
For compatibility with livecd-tools-18.13
-rw-r--r--modules/base/ksmain.10.core.inc4
-rw-r--r--modules/base/kspost.10.core.inc3
2 files changed, 3 insertions, 4 deletions
diff --git a/modules/base/ksmain.10.core.inc b/modules/base/ksmain.10.core.inc
index 2ecf5ea..41309a0 100644
--- a/modules/base/ksmain.10.core.inc
+++ b/modules/base/ksmain.10.core.inc
@@ -1,4 +1,6 @@
-lang en_US.UTF-8
+# LANG=C considerably speeds up boot (measured 5sec) -- bernie
+lang C
+
keyboard us
auth --useshadow --enablemd5
selinux --disabled
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index 9303a61..6c95795 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -35,9 +35,6 @@ sed -i -e '1,6s/^#auth/auth/' /etc/pam.d/su
# solution: don't ship this file in the image, then it won't get checked
rm -f /etc/sysconfig/keyboard
-# Considerably speeds up boot (measured 5sec) -- bernie
-echo "LANG=C" > /etc/locale.conf
-
# OLPC custom VT layout and serial console setup (#9517, #10354)
sed -i -e 's:/sbin/agetty.*:/sbin/agetty --login-pause --autologin root --noclear %I:' \
/lib/systemd/system/getty\@.service