mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
connman: setup hostname
This commit is contained in:
parent
c1cd4a8a6e
commit
09d04811c9
@ -37,6 +37,12 @@ mkdir -p /run/connman
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
(
|
(
|
||||||
|
# setup hostname
|
||||||
|
if [ -f /storage/.cache/hostname ] ; then
|
||||||
|
progress "Setup hostname"
|
||||||
|
cat /storage/.cache/hostname > /proc/sys/kernel/hostname
|
||||||
|
fi
|
||||||
|
|
||||||
# starting Connection manager
|
# starting Connection manager
|
||||||
progress "starting Connection manager"
|
progress "starting Connection manager"
|
||||||
while true; do
|
while true; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user