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