]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Removed modulelist that is automatically loaded in installer system.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2008 23:34:59 +0000 (00:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Dec 2008 23:34:59 +0000 (00:34 +0100)
src/install/etc/sysconfig/modules [deleted file]

diff --git a/src/install/etc/sysconfig/modules b/src/install/etc/sysconfig/modules
deleted file mode 100644 (file)
index 83d45ad..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-########################################################################
-# Begin /etc/sysconfig/modules
-#
-# Description : Module auto-loading configuration
-#
-# Authors     :
-#
-# Version     : 00.00
-#
-# Notes       : The syntax of this file is as follows:
-#               <module> [<arg1> <arg2> ...]
-#
-# Each module should be on it's own line, and any options that you want
-# passed to the module should follow it.  The line deliminator is either
-# a space or a tab.
-########################################################################
-
-ext2
-ext3
-reiser4
-reiserfs
-vfat
-xfs
-
-# End /etc/sysconfig/modules