diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-18 00:50:33 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-18 00:50:33 +0200 |
commit | aa7084f1842446a22d29d6ff74a5f0f109710ac3 (patch) | |
tree | d10700011467ff34f82cb420f34e9c03df8294a4 /config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect | |
parent | c4eecb887cee6e00d255bf52d6612ecc9445fcff (diff) | |
download | kanotix-aa7084f1842446a22d29d6ff74a5f0f109710ac3.zip kanotix-aa7084f1842446a22d29d6ff74a5f0f109710ac3.tar.gz |
moved gfxoverlay-code to debian-package gfxoverlay
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 | 21 |
1 files changed, 0 insertions, 21 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 deleted file mode 100755 index aad0ec8..0000000 --- a/config/chroot_local-includes/usr/share/initramfs-tools/hooks/pcidetect +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -set -e - -PREREQ="" - -prereqs() -{ - echo "${PREREQ}" -} - -case "${1}" in - prereqs) - prereqs - exit 0 - ;; -esac - -. /usr/share/initramfs-tools/hook-functions - -copy_exec /usr/bin/lspci /bin |