blob: f5e8d31a8d94787e18422113699e8aa837e6102c (
plain)
1
2
3
4
5
6
7
8
|
# This is a script used to load the kernel modules.
# To use it, chmod it 755, and then add the modprobe
# lines needed to load your modules, like this:
#modprobe reiserfs
# or:
#modprobe jbd
#modprobe ext3
|