HowTo Install Arch Linux: Difference between revisions

From Pumping Station One
Line 39: Line 39:
Now that arch is isntalled, build a partition to mount point table, and write it to /mnt/etc/fstab
Now that arch is isntalled, build a partition to mount point table, and write it to /mnt/etc/fstab
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
genfstab -p /mnt >> /mnt/etc/fstab
genfstab /mnt >> /mnt/etc/fstab
</syntaxhighlight>
</syntaxhighlight>