Picking up from part three, now would be a great time to enable networking.
Network setup
We'll start off enabling the network for a wired connection by entering the following command:
- systemctl enable dhcpcd@eth0.service
If you don't have a wireless card you can skip the following
For enabling wireless, run the following:
- pacman -S wireless_tools wpa_supplicant wpa_actiond dialog
- press Y to proceed with the installation
Now we need to edit our pacman.conf file to enable the multilib package repository
Read More