File mkinitcpio.conf of Package swsnr-linux-base
# Basic systemd-based initrd
#
# We deliberately reassign all variables here instead of appending to the arrays
# to ensure that we overwrite the defaults from /etc/mkinitcpio.conf which still
# uses a classic busybox based initrd.
# No extra modules, files, or binaries
MODULES=()
FILES=()
BINARIES=()
# All basic hooks
HOOKS=(
base
systemd
autodetect
microcode
modconf
kms
keyboard
keymap
sd-vconsole
sd-encrypt
block
filesystems
fsck
)