diff --git a/install.md b/install.md index fb5b26c..409bfec 100644 --- a/install.md +++ b/install.md @@ -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._