Wiki page arch_linux changed with summary [[Create an initial ramdisk] updated upstream changes - microcode hook by default] by Daniel

This commit is contained in:
ORG-wiki 2024-03-07 21:29:09 +01:00
parent 660e02c7ca
commit 7829165af0
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ nano /etc/mkinitcpio.conf
</code>
<code>
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block encrypt lvm2 filesystems fsck)
HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block filesystems fsck encrypt lvm2)
</code>
<code>