chroot.create_user(): default username to 'kupfer'
This commit is contained in:
parent
b454781592
commit
209708a33e
2 changed files with 4 additions and 2 deletions
|
@ -384,6 +384,7 @@ class Chroot:
|
|||
password='123456',
|
||||
groups=['network', 'video', 'audio', 'optical', 'storage', 'input', 'scanner', 'games', 'lp', 'rfkill', 'wheel'],
|
||||
):
|
||||
user = user or 'kupfer'
|
||||
install_script = f'''
|
||||
set -e
|
||||
if ! id -u "{user}" >/dev/null 2>&1; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue