Compare commits

...

2 Commits

1 changed files with 1 additions and 4 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>
@ -270,9 +270,6 @@ pacman -S intel-ucode
<code>
pacman -S amd-ucode
</code>
and add ''initrd /**intel**-ucode.img'' or ''initrd /**amd**-ucode.img'' above ''initrd /initramfs-linux-hardened.img'', ''initrd /initramfs-linux-hardened-**fallback**.img'' in ''/boot/loader/entries/arch.conf'' and ''/boot/loader/entries/arch-**fallback**.conf''
==== doas ====
Allow members of group ''wheel'' to run commands: