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-18 14:22:56 (GMT)
committer Daniel Drake <dsd@laptop.org>2011-07-18 14:24:12 (GMT)
commit3cdfa23b816d305894128da506a22fa72c4399d7 (patch)
treedcc1e4de2bb33335011a52a29091dab4576eaa92
parent79cd06b3b2757bd31f9c70d104fe604155b4a08b (diff)
base: don't recreate /etc/sysconfig/network (#11060)
Following up from a7dea670d3c378333c26a578eaab961b3cecc1d3, we must also remove this hunk that was recreating the network file after we had removed it. The equivalent setting is now programmed by olpc-configure.
-rw-r--r--modules/base/kspost.10.core.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/base/kspost.10.core.inc b/modules/base/kspost.10.core.inc
index 37157d2..5881566 100644
--- a/modules/base/kspost.10.core.inc
+++ b/modules/base/kspost.10.core.inc
@@ -95,10 +95,6 @@ post-stop script
end script
EOF
-# prevent NM from setting the hostname and modifying /etc/hosts to reflect this
-# this allows olpc-configure to set a hostname based on the MAC address
-echo "NM_IGNORE_HOSTNAME_LOCALHOST=yes" >> /etc/sysconfig/network
-
# OLPC CA certificate (#9624)
# this is used by wget, but the Web activity uses cert8.db in its own
# installation (which is then copied into user's profile dir)