add microcode hook to mkinitcpio.conf

This commit is contained in:
Pig Monkey 2024-03-09 19:11:10 -08:00
parent e8d067448c
commit cb58e881ce

View file

@ -98,7 +98,7 @@ Change root into the base install and perform base configuration tasks.
Set your mkinitcpio encrypt/lvm2 hooks.
$ sed -i 's/^HOOKS=.*/HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt lvm2 resume filesystems fsck)/' /etc/mkinitcpio.conf
$ sed -i 's/^HOOKS=.*/HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block encrypt lvm2 resume filesystems fsck)/' /etc/mkinitcpio.conf
Add a keyfile to decrypt the root volume and properly set the hooks.