diff options
author | maximilian attems <maks@debian.org> | 2010-05-18 05:00:09 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2010-05-18 05:01:10 +0200 |
commit | 60e66ab6f7e799ac99e051fd8877f5b54758f454 (patch) | |
tree | 02208e1f8fbcd024510c2de8d1947a0ef5a76494 | |
parent | b4305bf8d52ee8498262d256993a7c5e9941ba50 (diff) | |
download | initramfs-tools-60e66ab6f7e799ac99e051fd8877f5b54758f454.tar.gz initramfs-tools-60e66ab6f7e799ac99e051fd8877f5b54758f454.zip |
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 <maks@debian.org>
-rwxr-xr-x | mkinitramfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |