mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +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
|
||||
|
||||
case $RUNLEVEL in
|
||||
boot)
|
||||
(
|
||||
wait_for_network
|
||||
(
|
||||
wait_for_network
|
||||
|
||||
progress "mounting Network shares"
|
||||
netmount > /dev/null 2>&1
|
||||
)&
|
||||
;;
|
||||
|
||||
poweroff|reboot)
|
||||
;;
|
||||
esac
|
||||
progress "mounting Network shares"
|
||||
netmount > /dev/null 2>&1
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user