How can i make a wheel user with the manjaro’s installer? with fedora’s installer, i could just select “make this user admin” + “disable root account”.
How can I achieve that with manjaro’s installer? do i just select “use the same password for the administrator account”?
It’s impossible in current installer. Also when you check “use same password” – that mean root and user have identical passwords. You can lock root after installation. To do it run:
sudo passwd -l root
User created during installation always is admin. If you need unprivileged user create new one after installation.