Update install.md
This commit is contained in:
parent
e1c9f49e94
commit
dba3a197cd
|
@ -69,8 +69,8 @@ $ mkfs.ext4 -L home /dev/mapper/main-home
|
||||||
$ mount /dev/mapper/main-root /mnt
|
$ mount /dev/mapper/main-root /mnt
|
||||||
$ mkdir /mnt/boot
|
$ mkdir /mnt/boot
|
||||||
$ mkdir /mnt/home
|
$ mkdir /mnt/home
|
||||||
$ mount /dev/sda1 /mnt/boot
|
$ mount /dev/sda1 /mnt/boot
|
||||||
$ mount /dev/mapper/main-home /mnt/home
|
$ mount /dev/mapper/main-home /mnt/home
|
||||||
|
|
||||||
**Optionally update mirrorlist using reflector.**
|
**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._
|
_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._
|
||||||
|
|
Loading…
Reference in New Issue