Author: glen Date: Tue Jan 29 13:10:35 2008 New Revision: 9209 Modified: rc-scripts/trunk/modules Log: - mention that /etc/modules.X.Y and /etc/modules.X.Y.Z are readed too - mention that module options are processed too
Modified: rc-scripts/trunk/modules ============================================================================== --- rc-scripts/trunk/modules (original) +++ rc-scripts/trunk/modules Tue Jan 29 13:10:35 2008 @@ -2,7 +2,12 @@ # $Id$ # # 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 preocessed in exactly that order too. -# loop +#loop _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
