mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 22:47:51 +00:00
Revert "netmount: start init scripts on RUNLEVEL=boot"
This reverts commit 8569249f92ed24ee4164b14d35a6e04641316ccb.
This commit is contained in:
parent
b5bea18819
commit
10c55d8e49
@ -22,16 +22,9 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
case $RUNLEVEL in
|
(
|
||||||
boot)
|
wait_for_network
|
||||||
(
|
|
||||||
wait_for_network
|
|
||||||
|
|
||||||
progress "mounting Network shares"
|
progress "mounting Network shares"
|
||||||
netmount > /dev/null 2>&1
|
netmount > /dev/null 2>&1
|
||||||
)&
|
)&
|
||||||
;;
|
|
||||||
|
|
||||||
poweroff|reboot)
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user