]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Moved copying of modprobe.d to lfs/module-init-tools.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 08:07:56 +0000 (10:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 17 May 2009 08:07:56 +0000 (10:07 +0200)
lfs/module-init-tools
lfs/stage2

index cca8e529b0329e4fc85e98df3189fa9cdfe8d19d..353b7d7520ce51a0ae02484c5eecc1d374e5cbae 100644 (file)
@@ -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)
index 7aa363e11faa72e3354cad7f711ab52d33e2748f..78d512491f0eec2b79b2a7cf9dbb8a295d151a6e 100644 (file)
@@ -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