Added MODPROBE_FLAGS variable.

This commit is contained in:
Florian Pose
2008-02-22 11:04:49 +00:00
parent 4af2cfae64
commit a395eed1ca
3 changed files with 16 additions and 4 deletions
+8
View File
@@ -46,4 +46,12 @@ MASTER0_BACKUP=""
#
DEVICE_MODULES=""
#
# Flags for loading kernel modules.
#
# This can usually be left empty. Adjust this variable, if you have problems
# with module loading.
#
#MODPROBE_FLAGS="-b"
#------------------------------------------------------------------------------