these notes are good, read them
break=postmount
lsmod | awk 'NF==3{print $1}{}'
mkinitcpio.conf
where:MODULES
is the above arrayBINARIES
is the fscks for your filesystemFILES
ignoredHOOKS
only base
is necessaryfor my XPS 13
MODULES=(ext4 ahci i915)
BINARIES=(fsck fsck.ext4 e2fsck)
FILES=()
HOOKS=(base)