Rename xbps-base-dirs to xbps-base-files.
Install some default configuation files by default, based on Fedora and Archlinux. --HG-- extra : convert_revision : 28a0ac3594338bbd761c8c68559d09d8e9aec54d
This commit is contained in:
5
templates/xbps-base-files/files/usb-load-ehci-first
Normal file
5
templates/xbps-base-files/files/usb-load-ehci-first
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# Load the EHCI driver before OHCI or UHCI, to avoid a warning.
|
||||
#
|
||||
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
|
||||
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS
|
||||
Reference in New Issue
Block a user