mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux:
- reorg of init scripts
This commit is contained in:
parent
81da6ca44a
commit
3664e22f50
@ -11,7 +11,7 @@ progress "Loading kernel modules"
|
|||||||
IFS='
|
IFS='
|
||||||
'
|
'
|
||||||
for module in `cat /etc/modules|grep "^[^#]"`; do
|
for module in `cat /etc/modules|grep "^[^#]"`; do
|
||||||
eval "modprobe $module" >/dev/null 2>&1
|
eval "modprobe $module" >/dev/null 2>&1 &
|
||||||
done
|
done
|
||||||
|
|
||||||
exit 0
|
exit 0
|
Loading…
x
Reference in New Issue
Block a user