diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-14 19:41:18 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2011-05-14 19:41:18 +0000 |
commit | cb95d5f23b3c5b803f83a38f09d654bd9924f421 (patch) | |
tree | abd65023fedb4c995ad741b53c3b1606faba46a0 /bootscripts/contrib/lsb-v3/etc/default/modules | |
parent | 03bf43c6eab6a31a2e43aa1bd48ff375f5e04173 (diff) |
Changed distribution directory structure.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts/contrib/lsb-v3/etc/default/modules')
-rw-r--r-- | bootscripts/contrib/lsb-v3/etc/default/modules | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bootscripts/contrib/lsb-v3/etc/default/modules b/bootscripts/contrib/lsb-v3/etc/default/modules new file mode 100644 index 000000000..1c8493d45 --- /dev/null +++ b/bootscripts/contrib/lsb-v3/etc/default/modules @@ -0,0 +1,18 @@ +######################################################################## +# Begin /etc/sysconfig/modules +# +# Description : Module auto-loading configuration +# +# Authors : +# +# Version : 00.00 +# +# Notes : The syntax of this file is as follows: +# <module> [<arg1> <arg2> ...] +# +# Each module should be on it's own line, and any options that you want +# passed to the module should follow it. The line deliminator is either +# a space or a tab. +######################################################################## + +# End /etc/sysconfig/modules |