From 1607650f8f71bd2d88e5506730edc57de9d1df1a Mon Sep 17 00:00:00 2001 From: Bernhard Landauer Date: Thu, 5 Jan 2017 19:42:40 +0100 Subject: [PATCH] [util-yaml] "setRootPassword: true" - https://github.com/calamares/calamares/pull/270#issuecomment-270716821 --- lib/util-yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util-yaml.sh b/lib/util-yaml.sh index 27f8b492..46a233f3 100644 --- a/lib/util-yaml.sh +++ b/lib/util-yaml.sh @@ -155,7 +155,7 @@ write_users_conf(){ echo "autologinGroup: autologin" >> "$conf" echo "doAutologin: false" >> "$conf" echo "sudoersGroup: wheel" >> "$conf" - echo "setRootPassword: false" >> "$conf" + echo "setRootPassword: true" >> "$conf" echo "availableShells: /bin/bash, /bin/zsh" >> "$conf" } -- GitLab