From: Michael Tremer Date: Sat, 2 May 2009 15:43:02 +0000 (+0200) Subject: Changed naming of files in /etc/modprobe.d. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44ba48feee0dcbe602dd6e049d15ab5bd2f6cc68;p=ipfire-3.x.git Changed naming of files in /etc/modprobe.d. All files in modprobe..d must end with .conf. --- diff --git a/config/modprobe.d/blacklist b/config/modprobe.d/blacklist.conf similarity index 100% rename from config/modprobe.d/blacklist rename to config/modprobe.d/blacklist.conf diff --git a/config/modprobe.d/modprobe.conf.dist b/config/modprobe.d/modprobe.conf similarity index 100% rename from config/modprobe.d/modprobe.conf.dist rename to config/modprobe.d/modprobe.conf diff --git a/src/rootfiles/core/stage2 b/src/rootfiles/core/stage2 index 6d0fe7ad3..44c6eb065 100644 --- a/src/rootfiles/core/stage2 +++ b/src/rootfiles/core/stage2 @@ -15,8 +15,8 @@ etc/ld.so.conf etc/logrotate.conf etc/mime.types etc/modprobe.d -etc/modprobe.d/blacklist -etc/modprobe.d/modprobe.conf.dist +etc/modprobe.d/blacklist.conf +etc/modprobe.d/modprobe.conf etc/modules.conf etc/mtab etc/nsswitch.conf