38
Ulric
6y

There we go, Arch 😍😍

Comments
  • 4
    It's so beautiful!

    (Queue every arch master race member popping up)
  • 2
    Why hello there!
    A good choice you have made I see *mmmhhhhhmmmmm*
  • 3
    @TipsyNinja We all had this.
    Some quick explanations:
    echo "Name" > /etc/ hostname :
    Sets your hoetname. It just write the name you chosen into the file.

    /etc/fstab :
    Contains all the partitions that should be mounted on boot. (fs stands for file system if i'm not wrong).

    pactrap /mnt base :
    Installs the package base using /mnt as the root. Creates your barebones file structure with all basic programs and resources.

    Happy tinkering 😉
Add Comment