mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-03-04 15:51:12 +00:00
22 lines
426 B
Plaintext
22 lines
426 B
Plaintext
---
|
|
doAutologin: false
|
|
setRootPassword: false
|
|
sudoersGroup: sudo
|
|
defaultGroups:
|
|
- adm
|
|
- cdrom
|
|
- dip
|
|
- lpadmin
|
|
- plugdev
|
|
- sambashare
|
|
- sudo
|
|
passwordRequirements:
|
|
minLength: 5
|
|
maxLength: 200
|
|
libpwquality:
|
|
- minlen=0
|
|
- minclass=0
|
|
# Explicitly set the shell instead of deferring to Calamares. We have a platform
|
|
# expectation derived from Ubuntu here.
|
|
userShell: /bin/bash
|