mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-09-04 16:25:18 +00:00
change examples to show that MODULES_$i starts at 0
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1556 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -3128,7 +3128,7 @@ sub main
|
|||||||
#
|
#
|
||||||
# The format of this file is a shell script that simply defines the modules
|
# The format of this file is a shell script that simply defines the modules
|
||||||
# in order as normal variables with the special names:
|
# in order as normal variables with the special names:
|
||||||
# MODULE_1, MODULE_2, MODULE_3, etc.
|
# MODULE_0, MODULE_1, MODULE_2, etc.
|
||||||
#
|
#
|
||||||
# List the modules that are to be loaded for your system
|
# List the modules that are to be loaded for your system
|
||||||
#
|
#
|
||||||
|
@@ -31,8 +31,8 @@
|
|||||||
# #----cut here----
|
# #----cut here----
|
||||||
#
|
#
|
||||||
# Here is my module list
|
# Here is my module list
|
||||||
MODULE_1=i2c-matroxfb
|
MODULE_0=i2c-matroxfb
|
||||||
MODULE_2=i2c-isa
|
MODULE_1=i2c-isa
|
||||||
MODULE_3=ddcmon
|
MODULE_2=ddcmon
|
||||||
MODULE_4=w83781d
|
MODULE_3=w83781d
|
||||||
MODULE_5=via686a
|
MODULE_4=via686a
|
||||||
|
Reference in New Issue
Block a user