From 26922c33eb91951c79c5b6a5e959a5adbf20bc9b Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Tue, 7 Jan 2014 11:10:53 +0100 Subject: [PATCH 1/1] initrd: don't remove binary moduldeps. kmod needs this now. --- lfs/initrd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lfs/initrd b/lfs/initrd index 56e19679b..cc1695680 100644 --- a/lfs/initrd +++ b/lfs/initrd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2010 IPFire Team # +# Copyright (C) 2007-2014 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -88,8 +88,6 @@ $(TARGET) : #Build Module deps for installer. depmod -a -b /install/initrd/ -F /boot/System.map-$(KVER)-ipfire $(KVER)-ipfire - # Remove binary depmod files - rm -rf /install/initrd/lib/modules/$(KVER)-ipfire/modules.*.bin #Name service from dhcpcd cp -f /etc/nsswitch.conf /install/initrd/etc/ -- 2.39.2