Revert "netmount: start init scripts on RUNLEVEL=boot"

This reverts commit 8569249f92ed24ee4164b14d35a6e04641316ccb.
This commit is contained in:
Stephan Raue 2011-09-12 19:27:12 +02:00
parent b5bea18819
commit 10c55d8e49

View File

@ -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
)&