Update install.md

This commit is contained in:
proledatarian 2022-02-12 17:24:05 +00:00
parent e1c9f49e94
commit dba3a197cd
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ $ mkfs.ext4 -L home /dev/mapper/main-home
$ mount /dev/mapper/main-root /mnt
$ mkdir /mnt/boot
$ mkdir /mnt/home
$ mount /dev/sda1 /mnt/boot
$ mount /dev/mapper/main-home /mnt/home
$ mount /dev/sda1 /mnt/boot
$ mount /dev/mapper/main-home /mnt/home
**Optionally update mirrorlist using reflector.**
_In this case use the latest 10 mirrors from Germany, that have been synchronized within the last 24 hours and sort the by download-rate and write them to the pacman mirrorlist._