From 90a03b61f45b2292ebcc557e0388571183b4f35b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sier=C5=BC=C4=99ga?= Date: Mon, 1 May 2023 21:16:47 +0200 Subject: [PATCH] profile.d: Show welcome message on Fedora Sericea MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- profile.d/toolbox.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile.d/toolbox.sh b/profile.d/toolbox.sh index 70956f2..df91145 100644 --- a/profile.d/toolbox.sh +++ b/profile.d/toolbox.sh @@ -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 ""