From 60e66ab6f7e799ac99e051fd8877f5b54758f454 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Tue, 18 May 2010 05:00:09 +0200 Subject: Revert "mkinitramfs: only copy modprobe conf files" This reverts commit 836e5cf6ddb30757365c2b879b96958c250dcd7b. due to partial upgrades this can only done after squueeze release. Reopen: #506533 Closes: #577981 Signed-off-by: maximilian attems --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index e249d32..e54c77f 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -266,7 +266,7 @@ fi copy_exec /sbin/modprobe /sbin copy_exec /sbin/rmmod /sbin mkdir -p "${DESTDIR}/etc/modprobe.d" -cp -a /etc/modprobe.d/*.conf "${DESTDIR}/etc/modprobe.d/" +cp -a /etc/modprobe.d/* "${DESTDIR}/etc/modprobe.d/" # workaround: libgcc always needed on old-abi arm if [ "$DPKG_ARCH" = arm ] || [ "$DPKG_ARCH" = armeb ]; then -- cgit v1.2.3