mirror of
git://slackware.nl/current.git
synced 2024-12-30 10:24:23 +01:00
9 lines
208 B
Text
9 lines
208 B
Text
|
# 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
|
||
|
|