From: Michael Tremer Date: Sat, 27 Dec 2008 23:34:59 +0000 (+0100) Subject: Removed modulelist that is automatically loaded in installer system. X-Git-Tag: v3.0-alpha1~301^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9dcafa454f1867117fc39bb4f930cdbf91a5aaeb;p=ipfire-3.x.git Removed modulelist that is automatically loaded in installer system. --- diff --git a/src/install/etc/sysconfig/modules b/src/install/etc/sysconfig/modules deleted file mode 100644 index 83d45ad46..000000000 --- a/src/install/etc/sysconfig/modules +++ /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: -# [ ...] -# -# 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