From dba3a197cdcc6f426038d2300631d8b055fe9584 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sat, 12 Feb 2022 17:24:05 +0000 Subject: [PATCH] Update install.md --- install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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._