How to Install Arch Linux - 2021
Published on: August 3, 2021
Commands
1. Set the Keyboard Layout
The default console keymap is US. Available layouts can be listed with:
2. Config the Best Mirrors
3. Partitioning the Disk
Create the root partition and the swap.
4. Formatting the partitions
use mkfs.ext4, mkswap and mkfs.fat.
5. Mounting
use mount and swapon.
6. Install the Base
7. Generate fstab
8. Enter the install
9. Timezone
10. Localization
Edit /etc/locale.gen and uncomment your locale. After, generate the locales by running:
Create the /etc/locale.conf and set the LANG variable
Create /etc/vconsole.conf with your keyboard layout:
11. Network configuration
Create /etc/hostname with the name your host
Create /etc/hosts