mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2025-07-28 08:51:30 +00:00
Ensure that /bin/bash is always the default shell.
This commit is contained in:
parent
d658f4cfc2
commit
912a94ead5
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
calamares-settings-ubuntu (11) UNRELEASED; urgency=medium
|
calamares-settings-ubuntu (11) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Add a machineid file.
|
* 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
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 20 Jul 2018 09:43:15 -0500
|
||||||
|
|
||||||
|
@ -12,3 +12,6 @@ defaultGroups:
|
|||||||
- storage
|
- storage
|
||||||
- sudo
|
- sudo
|
||||||
- audio
|
- audio
|
||||||
|
# Explicitly set the shell instead of deferring to Calamares. We have a platform
|
||||||
|
# expectation derived from Ubuntu here.
|
||||||
|
userShell: /bin/bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user