Skip to content

Commit

Permalink
mkinitcpio: add microcode hook (#911)
Browse files Browse the repository at this point in the history
Archlinux switched to including microcode in the initramfs as the preferred method to load amd-ucode.img and intel-ucode.img and also deprecated using initrd options on the bootloader.

Co-authored-by: Alesh Slovak <[email protected]>
  • Loading branch information
NeroReflex and alkazar authored Mar 31, 2024
1 parent 736751a commit 72e06dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/mkinitcpio.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
MODULES=(dm_mod ext4 sha256 sha512 overlay)
BINARIES=()
FILES=()
HOOKS=(base udev modconf kms block keyboard keymap filesystems fsck frzr-etc)
HOOKS=(base microcode udev modconf kms block keyboard keymap filesystems fsck frzr-etc)
COMPRESSION="xz"
COMPRESSION_OPTIONS=(-v -9e)

0 comments on commit 72e06dd

Please sign in to comment.