From 912a94ead53188a2f222e3d72a2f8d5e553b7373 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 20 Jul 2018 11:22:53 -0500 Subject: [PATCH] Ensure that /bin/bash is always the default shell. --- debian/changelog | 1 + lubuntu/modules/users.conf | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index e251501..9d7f1bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ calamares-settings-ubuntu (11) UNRELEASED; urgency=medium * Add a machineid file. + * Ensure that /bin/bash is always the default shell. -- Simon Quigley Fri, 20 Jul 2018 09:43:15 -0500 diff --git a/lubuntu/modules/users.conf b/lubuntu/modules/users.conf index d9eb9d1..f12040a 100644 --- a/lubuntu/modules/users.conf +++ b/lubuntu/modules/users.conf @@ -12,3 +12,6 @@ defaultGroups: - storage - sudo - audio +# Explicitly set the shell instead of deferring to Calamares. We have a platform +# expectation derived from Ubuntu here. +userShell: /bin/bash