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:04:51 (GMT)
commit79cd06b3b2757bd31f9c70d104fe604155b4a08b (patch)
tree2f7f116b274e6eb82b0cd73edac462e305d461ff
parent1ea4fc0bd140a43075f529bcfadeb7b9f922ed7f (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