parse-kernel.sh must have a shebang
parent
a65914b4a2
commit
3121677949
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
for p in $(getargs rdloaddriver=); do
|
||||
modprobe $p
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue