through kernel compilation -- possibly ready to image with initrd for iso prep

This commit is contained in:
phanes
2023-03-19 21:46:24 -04:00
parent 1f5d82d752
commit 0b5d868da1
20 changed files with 11352 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
# Begin /etc/modprobe.d/usb.conf
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true
# End /etc/modprobe.d/usb.conf