diff options
author | Joerg Schirottke <master@kanotix.com> | 2012-02-23 01:48:59 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-02-26 16:29:06 +0100 |
commit | 0fb17f8eee53ccccdba58836c57c64f9a318e5d3 (patch) | |
tree | ab889f289cf5e6264271808535d22cf5f9f0afe2 /config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect | |
parent | 46687d8a2bf91a0896c769a05ac030029592a436 (diff) | |
download | kanotix-0fb17f8eee53ccccdba58836c57c64f9a318e5d3.zip kanotix-0fb17f8eee53ccccdba58836c57c64f9a318e5d3.tar.gz |
fix pcidetect hook for wheezy
Diffstat (limited to 'config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect')
-rwxr-xr-x | config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect b/config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect index 0af110b..aad0ec8 100755 --- a/config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect +++ b/config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect @@ -18,7 +18,4 @@ esac . /usr/share/initramfs-tools/hook-functions -copy_exec /lib/libresolv* /lib -copy_exec /usr/lib/libpci.so.* /lib -copy_exec /usr/bin/lspci /bin - +copy_exec /usr/bin/lspci /bin |