profile.d: Show welcome message on Fedora Sericea
Since Sericea is an official variant of Fedora, it should have an official welcome message like the other ones. https://github.com/containers/toolbox/pull/1293 Signed-off-by: Jakub Sierżęga <jakub.sierzega@comarch.com>
This commit is contained in:
parent
a58d81db4e
commit
90a03b61f4
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ if [ -f /run/ostree-booted ] \
|
|||
&& [ "${ID}" = "fedora" ] \
|
||||
&& { [ "${VARIANT_ID}" = "workstation" ] \
|
||||
|| [ "${VARIANT_ID}" = "silverblue" ] \
|
||||
|| [ "${VARIANT_ID}" = "kinoite" ]; }; then
|
||||
|| [ "${VARIANT_ID}" = "kinoite" ] \
|
||||
|| [ "${VARIANT_ID}" = "sericea" ]; }; then
|
||||
echo ""
|
||||
echo "Welcome to ${PRETTY_NAME:-Linux}."
|
||||
echo ""
|
||||
|
|
Loading…
Reference in a new issue