I'm installing arch linux, and I've got my root partition in /dev/sda2. As I understand, this partition will now be my root, containing all the subdirectories /home, /usr, etc.
What's confusing to me is why we must mount the "root" to what seems to be the "root" during installation. E.g., arch linux has an installation step of: mount /dev/root_partition /mnt.
I understand we're mounting the partition to a directory in the fs of the installation media. But when we do genfstab, it specifies that the root partition will be mounted to "/".
This seems kind of recursive to me, in the sense we're mounting "root" to "root". Is there another fs that the kernel has or something? Does this have something to do with initramfs?