connman: start loopback device before connman starts

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-23 22:06:05 +01:00
parent f2a5b7a75d
commit 930fa5defd

View File

@ -40,6 +40,9 @@ fi
progress "creating /etc/hosts"
echo -e "127.0.0.1\tlocalhost $NET_HOSTNAME" > /etc/hosts
# starting loopback device
ifconfig lo up
# add user defined hosts.conf entry's
[ -f $HOME/.config/hosts.conf ] && cat $HOME/.config/hosts.conf >> /etc/hosts