]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - src/install/etc/sysconfig/modules
Load FS modules that installer gets them supported.
[people/arne_f/ipfire-3.x.git] / src / install / etc / sysconfig / modules
CommitLineData
100576ca
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
100576ca 18ext3
f6ebb48b
MT
19reiserfs
20xfs
100576ca
MT
21
22# End /etc/sysconfig/modules