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.