Browse Source

update installation

master
TiynGER 7 months ago
parent
commit
f26275ca8d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      system-software/arch-linux/installation.md

+ 1
- 1
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.

Loading…
Cancel
Save