I am doing sudo lsmod | awk {"print $1"}
and I am getting the full output instead of the first line of just the modules without dependencies. I am doing this to add to the mkinitcpio list. Maybe I am recalling the command wrong, and don’t mind if this doesn’t add any benefit, I am mostly learning. and fiddling
/etc/mkinitcpio.conf
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)