diff options
Diffstat (limited to 'config/chroot_local-hooks/initramfs-xhci')
-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 |