summaryrefslogtreecommitdiff
path: root/sources/target_skeleton/etc/init.d/S50networking
blob: db60359f923b7d2160ebbb855919f5aad3b3480b (plain)
1
2
3
4
5
6
7
#!/bin/sh

# start lo all the time
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo

hostname -F /etc/hostname