We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To prevent me from doing something foolish, I would like to launch CentOS with a non-root account. Is this setting "visible" in the builds?
The text was updated successfully, but these errors were encountered:
It's built using wsldl (see https://github.com/mishamosher/CentOS-WSL/blob/9-stream/build.sh#L16) . You can run .\CentOS.exe config --default-user averagejoe to set the default user as averagejoe.
.\CentOS.exe config --default-user averagejoe
averagejoe
Or more universally, you can run the distro with --user handsomejake param setting in Windows Terminal or set User in /etc/wsl.conf inside WSL:
--user handsomejake
/etc/wsl.conf
# Set the user when launching a distribution with WSL. [user] default = DemoUser
Sorry, something went wrong.
No branches or pull requests
To prevent me from doing something foolish, I would like to launch CentOS with a non-root account. Is this setting "visible" in the builds?
The text was updated successfully, but these errors were encountered: