Ensure that /bin/bash is always the default shell.

This commit is contained in:
Simon Quigley 2018-07-20 11:22:53 -05:00
parent d658f4cfc2
commit 912a94ead5
2 changed files with 4 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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 <tsimonq2@ubuntu.com> Fri, 20 Jul 2018 09:43:15 -0500

View File

@ -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