mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
netmount: start init scripts on RUNLEVEL=boot
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0946759631
commit
8569249f92
@ -22,9 +22,16 @@
|
|||||||
#
|
#
|
||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
(
|
case $RUNLEVEL in
|
||||||
wait_for_network
|
boot)
|
||||||
|
(
|
||||||
|
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