summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2007-02-28 14:17:06 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2007-02-28 14:17:06 +0000
commitd6f0b4b37aa7a941339aa0472ccea123f93b5792 (patch)
tree8911dbc0d64d8407d8ff43f3312b5ed369a7d8b0 /generic
parent62c913547550c7fb8bd09a663524138312ee9907 (diff)
downloadptxdist-d6f0b4b37aa7a941339aa0472ccea123f93b5792.tar.gz
ptxdist-d6f0b4b37aa7a941339aa0472ccea123f93b5792.tar.xz
* rcS: conflict removed
- no more lo device initialisation in rcS - lo initialisation is done in the network script only git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7022 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'generic')
-rw-r--r--generic/etc/init.d/rcS6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/etc/init.d/rcS b/generic/etc/init.d/rcS
index ba8f19d7d..56ef6dea1 100644
--- a/generic/etc/init.d/rcS
+++ b/generic/etc/init.d/rcS
@@ -12,12 +12,8 @@ echo "done."
# modprobe ppp_async
# loadkmap < /etc/boottime.kmap
-# set hostname
+# set hostname
test -e /etc/hostname && hostname -F /etc/hostname
-echo -n "creating Network-Device lo..."
-ifconfig lo up 127.0.0.1
-echo "done."
-
echo "running rc.d services..."
run-parts -a start /etc/rc.d