]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/initscripts/sysconfig/modules
Load cryptodev module by default to use the kernel crypto engines for nearly everything.
[people/pmueller/ipfire-2.x.git] / src / initscripts / sysconfig / modules
CommitLineData
73d9a908
MT
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
accc9c30
MT
18### ACPI
19#
20ac
21battery
22button
23fan
24processor
25thermal
26video
27
28### parport
29#
9bfa4a36
MT
30parport_pc
31lp
32
69cc8a10 33### fusion
2beee0e4 34# fusion
69cc8a10 35
9f84d313
MT
36### cryptodev
37#
38cryptodev
39
73d9a908 40# End /etc/sysconfig/modules