Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules/base/kspost.10.core.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/kspost.10.core.inc')
-rw-r--r--modules/base/kspost.10.core.inc6
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index 9303a61..dd72546 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
@@ -89,7 +86,8 @@ sed -i -e '/Before=/ s/$/ systemd-random-seed-load.service/' /lib/systemd/system
# described at https://bugzilla.redhat.com/show_bug.cgi?id=808907#c7
for i in fedora-loadmodules mdmonitor-takeover systemd-readahead-collect \
fedora-wait-storage fedora-storage-init fedora-storage-init-late \
- fedora-autorelabel fedora-autorelabel-mark systemd-random-seed-save; do
+ fedora-autorelabel fedora-autorelabel-mark systemd-random-seed-save \
+ firewalld; do
ln -s /dev/null /etc/systemd/system/$i.service
done