9 lines
96 B
Plaintext
9 lines
96 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# /etc/rc.modules: module initialization script
|
||
|
#
|
||
|
|
||
|
/sbin/depmod -a
|
||
|
|
||
|
# End of file
|