Mettre à jour 'arch_install.md'
This commit is contained in:
parent
2c1b1aeb64
commit
b2628610ed
@ -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.
|
||||||
|
Reference in New Issue
Block a user