From 1c4b1818332b58b9bd678dbd017e7aa09a15e9e0 Mon Sep 17 00:00:00 2001 From: Aaron Rainbolt Date: Mon, 6 Jun 2022 22:56:05 -0500 Subject: [PATCH] Modified for compatibility with Calamares 3.3.0 (changed userShell option) --- lubuntu/modules/users.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lubuntu/modules/users.conf b/lubuntu/modules/users.conf index 1c79f74..9fc9b10 100644 --- a/lubuntu/modules/users.conf +++ b/lubuntu/modules/users.conf @@ -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 ]