Drop the "immutable" term

I'm still waging a fight against this.  Please stop saying "immutable"
for this, it's more misleading than useful.

Previously e.g. https://github.com/debarshiray/toolbox/pull/43

https://github.com/debarshiray/toolbox/pull/221
This commit is contained in:
Colin Walters 2019-07-13 17:40:01 +00:00 committed by Debarshi Ray
parent 049bb92e64
commit e8f72f1e76
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@ if [ -f /run/ostree-booted ] \
&& ! [ -f "$host_welcome_stub" ]; then
echo ""
echo "Welcome to Fedora Silverblue. This terminal is running on the"
echo "immutable host system. You may want to try out the Toolbox for a"
echo "more traditional environment that allows package installation"
echo "with DNF."
echo "host system. You may want to try out the Toolbox for a directly"
echo "mutable environment that allows package installation with DNF."
echo ""
printf "For more information, see the "
# shellcheck disable=SC1003