diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-11-15 22:26:50 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-11-15 22:26:50 +0100 |
commit | befd0ee2a1d86c2cc3d221c6ca5727061efad570 (patch) | |
tree | a7cd4d78b5aa947b10ad54451738f94147ac117a /config/chroot_local-hooks | |
parent | 4b90e4105a4db3e25eef8cb29c027b1a1f0b6d81 (diff) | |
download | kanotix-befd0ee2a1d86c2cc3d221c6ca5727061efad570.zip kanotix-befd0ee2a1d86c2cc3d221c6ca5727061efad570.tar.gz |
hook: include xhci-hcd (usb 3.0) in initramfs
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/initramfs-xhci | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/chroot_local-hooks/initramfs-xhci b/config/chroot_local-hooks/initramfs-xhci new file mode 100755 index 0000000..92ccf73 --- /dev/null +++ b/config/chroot_local-hooks/initramfs-xhci @@ -0,0 +1,3 @@ +#!/bin/sh +# include xhci-hcd (usb 3.0) in initramfs +echo xhci-hcd > /usr/share/initramfs-tools/modules.d/xhci-hcd |