From b2628610edfa34ef5a3923908cc96475ced24b26 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 16 Apr 2019 15:52:08 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'arch=5Finstall.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- arch_install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch_install.md b/arch_install.md index ec5a12d..c9dd553 100644 --- a/arch_install.md +++ b/arch_install.md @@ -64,7 +64,7 @@ Optionally [edit the mirror list][9]. 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 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 $ systemctl enable dhcpcd.service + $ systemctl enable sshd.service $ passwd Set your mkinitcpio.