Mettre à jour 'arch_install.md'

This commit is contained in:
vincent 2019-04-16 15:52:08 +02:00
parent 2c1b1aeb64
commit b2628610ed

View File

@ -64,7 +64,7 @@ Optionally [edit the mirror list][9].
Install the [base system][10]. Install the [base system][10].
$ pacstrap -i /mnt base base-devel net-tools wireless_tools dialog wpa_supplicant git grub ansible $ pacstrap -i /mnt base base-devel net-tools wireless_tools dialog wpa_supplicant openssh git grub ansible
(UEFI mode) $ pacstrap /mnt efibootmgr (UEFI mode) $ pacstrap /mnt efibootmgr
Generate and verify [fstab][11]. Generate and verify [fstab][11].
@ -76,6 +76,7 @@ Change root into the base install and perform [base configuration tasks][12].
$ arch-chroot /mnt /bin/bash $ arch-chroot /mnt /bin/bash
$ systemctl enable dhcpcd.service $ systemctl enable dhcpcd.service
$ systemctl enable sshd.service
$ passwd $ passwd
Set your mkinitcpio. Set your mkinitcpio.