Modified users.conf for Calamares 3.3.0 compatibility.

This commit is contained in:
Aaron Rainbolt 2022-06-09 22:00:29 -05:00 committed by Simon Quigley
parent a1e074d8c7
commit fe28365106

View File

@ -18,4 +18,6 @@ passwordRequirements:
maxLength: 0
# Explicitly set the shell instead of deferring to Calamares. We have a platform
# expectation derived from Ubuntu here.
userShell: /bin/bash
user:
shell: /bin/bash
forbidden_names: [ root ]