From b54f96d3fc54854da7bb71a03e2de69a3a544811 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Tue, 11 Dec 2012 15:11:29 +0000 Subject: base: Use ksmain to set LANG=C For compatibility with livecd-tools-18.13 --- 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 -- cgit v0.9.1