Skip to main content
Topic: Documentation error on the installation (Read 652 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Documentation error on the installation

https://wiki.artixlinux.org/Main/Installation#Install_base_system
Quote
mkdir /mnt/boot
 mkdir /mnt/home

Mount Partitions

Now, mount your partitions:

 swapon /dev/sda1             (if created)
 mount /dev/sda2 /mnt
 mount /dev/sda3 /mnt/home    (if created)
 mount /dev/sda4 /mnt/boot    (if created)

That is not going to work because the subdirectories under /mnt will get blown away when you mount the new root to  /mnt