diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-03-16 11:09:48 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-03-16 20:08:36 +0100 |
commit | 42190e2cd273414a62f988e3561282e7ad7ad4a4 (patch) | |
tree | 87941f44117c13a8a148d69e77377688a8b669d1 | |
parent | f313b50513b7dbb8b41faa62397402aa1e24b62c (diff) | |
download | kanotix-42190e2cd273414a62f988e3561282e7ad7ad4a4.zip kanotix-42190e2cd273414a62f988e3561282e7ad7ad4a4.tar.gz |
remove initramfs-xhci hook
-rwxr-xr-x | config/chroot_local-hooks/initramfs-xhci | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/chroot_local-hooks/initramfs-xhci b/config/chroot_local-hooks/initramfs-xhci deleted file mode 100755 index 92ccf73..0000000 --- a/config/chroot_local-hooks/initramfs-xhci +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -# include xhci-hcd (usb 3.0) in initramfs -echo xhci-hcd > /usr/share/initramfs-tools/modules.d/xhci-hcd |