Modified for compatibility with Calamares 3.3.0 (changed userShell option)

This commit is contained in:
Aaron Rainbolt 2022-06-06 22:56:05 -05:00 committed by Simon Quigley
parent 405efd5bee
commit 1c4b181833

View File

@ -17,4 +17,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 ]