1
Tutorials / Re: Arch Linux Install Guide (Dec. 2013)
« on: August 21, 2014, 07:55:36 PM »
Thanks for the tutorial.
I'm trying to follow it and I found this:
ERROR : no root directory specified.
After a little research i could do it:
This because /mnt/home was the mount point specified in the first step of the guide and genfstab need to know where /root/ is.
I know this post is old, and you guys do not need it, but maybe this clarification will help other noobs.
I'm trying to follow it and I found this:
Code: [Select]
genfstab -U -p >> /mnt/etc
ERROR : no root directory specified.
After a little research i could do it:
Code: [Select]
genfstab -U -p /mnt/home >> /mnt/home/etc/fstab
This because /mnt/home was the mount point specified in the first step of the guide and genfstab need to know where /root/ is.
I know this post is old, and you guys do not need it, but maybe this clarification will help other noobs.