]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/initscripts/sysconfig/modules
5f8a77d8b19938c80ae445aa9e938709f3704cd3
[people/pmueller/ipfire-2.x.git] / src / initscripts / sysconfig / modules
1 ########################################################################
2 # Begin /etc/sysconfig/modules
3 #
4 # Description : Module auto-loading configuration
5 #
6 # Authors :
7 #
8 # Version : 00.00
9 #
10 # Notes : The syntax of this file is as follows:
11 # <module> [<arg1> <arg2> ...]
12 #
13 # Each module should be on it's own line, and any options that you want
14 # passed to the module should follow it. The line deliminator is either
15 # a space or a tab.
16 ########################################################################
17
18 ### ACPI
19 #
20 ac
21 battery
22 button
23 fan
24 processor
25 thermal
26 video
27
28 ### parport
29 #
30 parport_pc
31 lp
32
33 ### fusion
34 # fusion
35
36 # End /etc/sysconfig/modules