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

ubuntu/focal
Simon Quigley 6 years ago
parent d658f4cfc2
commit 912a94ead5

1
debian/changelog vendored

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

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

Loading…
Cancel
Save