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:
Jakub Sierżęga 2023-05-01 21:16:47 +02:00 committed by Debarshi Ray
parent a58d81db4e
commit 90a03b61f4

View file

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