Gentoo Template Default Credentials

Hello,

What is the default password for the gentoo-minimal template?

I tried launching passwordless root according to the instructions, but it failed.

Is there a password for the gentoo-minimal template?

The package doesn’t seem to be available for gentoo.
Open a root shell from dom0:

qvm-run -u root gentoo-minimal xterm

Change password for root with passwd and user with passwd user

If you want to give sudo access to user without password, add this under “root” in /etc/sudoers

user ALL=(ALL:ALL) NOPASSWD: ALL
1 Like