Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-07-15 17:04:51 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-07-15 17:05:13 (GMT)
commit81089efbda25ecc90ea775d97746b08a819610e6 (patch)
tree2e6b0f6830d1d7ed45412956ff8a7960ad3765ae
parenta7dea670d3c378333c26a578eaab961b3cecc1d3 (diff)
Fix typo in last commit
-rw-r--r--modules/base/kspost.10.core.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index 91c4b58..37157d2 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -47,7 +47,7 @@ rm -f /etc/sysconfig/keyboard
# early boot, before statetab mounts have been put in place (#11060).
# So we resort to removing the file from the image and writing it in
# olpc-configure on first boot.
-rm -f /etc/sysconfig/hostname
+rm -f /etc/sysconfig/network
cat >/etc/sysconfig/i18n <<__EOF__
# LANG=C considerably speeds up boot (measured 5sec) -- bernie