Mise à jour de 'arch_install.md'

This commit is contained in:
vincent 2019-09-15 17:29:15 +02:00
parent c059fcacd7
commit 9c58355821

View File

@ -83,7 +83,9 @@ Change root into the base install and perform [base configuration tasks][12].
$ passwd
Set your mkinitcpio.
#only for UEFI
$ sed -i 's/^HOOKS=.*/HOOKS="base udev autodetect modconf block keyboard lvm2 resume filesystems fsck"/' /etc/mkinitcpio.conf
#for both
$ mkinitcpio -p linux
Configure GRUB.