From f26275ca8df0f9f653f3f3d9d8cbb303fc3a994e Mon Sep 17 00:00:00 2001 From: TiynGER Date: Thu, 28 May 2020 20:43:20 +0200 Subject: [PATCH] update installation --- system-software/arch-linux/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-software/arch-linux/installation.md b/system-software/arch-linux/installation.md index 6943e72..48d6af6 100644 --- a/system-software/arch-linux/installation.md +++ b/system-software/arch-linux/installation.md @@ -104,7 +104,7 @@ This will improve the download speed. Now you need a working internet connection. Plug in your lan cable or use `wifi-menu` to get a wireless connection. -- `pacstrap /mnt base base-devel dosfstools gptfdisk lvm2 linux linux-firmware vim dialog dhcpcd` - Installation of main system with needed tools +- `pacstrap /mnt base base-devel dosfstools gptfdisk lvm2 linux linux-firmware vim networkmanager` - Installation of main system with needed tools - `genfstab -Up /mnt > /mnt/etc/fstab` - creation of fstab - `arch-chroot /mnt` - Switch into the newly installed system - `echo ArchLinux > /etc/hostname` - Assign hostname. `ArchLinux` can be changed for any name of your preference.