update mkinitcpio.conf

This commit is contained in:
Daniel Micay 2025-11-06 00:16:15 -05:00
parent c9b84fdb79
commit 76b88bbffa

View file

@ -1,4 +1,4 @@
# vim:set ft=sh # vim:set ft=sh:
# MODULES # MODULES
# The following modules are loaded before any boot hooks are # The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules # run. Advanced users may wish to specify all system modules
@ -34,21 +34,21 @@ FILES=()
# #
## This setup will autodetect all modules for your system and should ## This setup will autodetect all modules for your system and should
## work as a sane default ## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck) # HOOKS=(base udev autodetect microcode modconf block filesystems fsck)
# #
## This setup will generate a 'full' image which supports most systems. ## This setup will generate a 'full' image which supports most systems.
## No autodetection is done. ## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck) # HOOKS=(base udev microcode modconf block filesystems fsck)
# #
## This setup assembles a mdadm array with an encrypted root file system. ## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices. ## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck) # HOOKS=(base udev microcode modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
# #
## This setup loads an lvm2 volume group. ## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck) # HOOKS=(base udev microcode modconf block lvm2 filesystems fsck)
# #
## This will create a systemd based initramfs which loads an encrypted root filesystem. ## This will create a systemd based initramfs which loads an encrypted root filesystem.
# HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck) # HOOKS=(base systemd autodetect microcode modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
# #
## NOTE: If you have /usr on a separate partition, you MUST include the ## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks. # usr and fsck hooks.