mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
connman: start loopback device before connman starts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user