mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
connman: start loopback device before connman starts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f2a5b7a75d
commit
930fa5defd
@ -40,6 +40,9 @@ fi
|
|||||||
progress "creating /etc/hosts"
|
progress "creating /etc/hosts"
|
||||||
echo -e "127.0.0.1\tlocalhost $NET_HOSTNAME" > /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
|
# add user defined hosts.conf entry's
|
||||||
[ -f $HOME/.config/hosts.conf ] && cat $HOME/.config/hosts.conf >> /etc/hosts
|
[ -f $HOME/.config/hosts.conf ] && cat $HOME/.config/hosts.conf >> /etc/hosts
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user