From: Michael Tremer Date: Sun, 17 May 2009 08:07:56 +0000 (+0200) Subject: Moved copying of modprobe.d to lfs/module-init-tools. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afa846ebb7fd218fae694fafdcc5eea332e30bab;p=ipfire-3.x.git Moved copying of modprobe.d to lfs/module-init-tools. --- diff --git a/lfs/module-init-tools b/lfs/module-init-tools index cca8e529b..353b7d752 100644 --- a/lfs/module-init-tools +++ b/lfs/module-init-tools @@ -94,5 +94,7 @@ $(OBJECT): $(objects) cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make INSTALL=install install rm -vf /sbin/insmod.static + -mkdir -pv /etc/modprobe.d + cp -av $(DIR_CONF)/modprobe.d/* /etc/modprobe.d/ @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/stage2 b/lfs/stage2 index 7aa363e11..78d512491 100644 --- a/lfs/stage2 +++ b/lfs/stage2 @@ -101,8 +101,6 @@ $(OBJECT): $(objects) for i in $$(find $(DIR_SRC)/config/grsecurity/ -type f); do \ cp -vf $$i /etc/grsec; \ done - -mkdir -pv /etc/modprobe.d - cp -av $(DIR_CONF)/modprobe.d/* /etc/modprobe.d/ ifeq "$(EMB)" "1" # Enable serial on console 7