X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=modules;h=e510de55fd49f5e404187227bbe58f87aa5d3f73;hb=91b0c353706fec3118c4fc0fd688e40c35259c0e;hp=ed91e13c1ec220b4bcb77697e1781a27658db02d;hpb=de1fc6ce3dfbdc3597e945f8ac82e2680d9b7cd6;p=projects%2Frc-scripts.git diff --git a/modules b/modules index ed91e13c..e510de55 100644 --- a/modules +++ b/modules @@ -1,8 +1,15 @@ # /etc/modules: kernel modules to load at boot time. -# $Id: modules,v 1.2 2001/05/15 16:05:05 baggins Exp $ # # This file should contain the names of kernel modules that are -# to be loaded at boot time, one per line. Comments begin with -# a `#', and everything on the line after them are ignored. +# to be loaded at boot time, one per line with extra args treated as modprobe +# options. +# +# Comments begin with a `#', and everything on the line after them are ignored. +# +# You can also have /etc/modules.X.Y and /etc/modules.X.Y.Z, where X.Y.Z are kernel version numbers +# The modules files are processed in exactly that order too. + +#loop -# loop +# modules can take params as well: +#loop max_loop=256