From bc28dc63bebe2ab200d0d5917743ccb154d1cbc1 Mon Sep 17 00:00:00 2001 From: Paul Brown Date: Mon, 3 Aug 2026 14:52:15 +0200 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yago Raña Gayoso --- mkosi.extra/usr/bin/set-up-systemd-extension | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.extra/usr/bin/set-up-systemd-extension b/mkosi.extra/usr/bin/set-up-systemd-extension index 229e039..de6b85f 100755 --- a/mkosi.extra/usr/bin/set-up-systemd-extension +++ b/mkosi.extra/usr/bin/set-up-systemd-extension @@ -84,5 +84,5 @@ chattr +i "${SYSEXT_LOCATION}/extension-release.${SYSEXT_NAME}" systemd-sysext refresh || systemd-sysext merge EOF - echo "Finished setting up the extension named “${SYSEXT_NAME}”! When you put files in ${SYSEXT_BASE_LOCATION} and run 'run0 systemd-sysext refresh', they will appear in /usr/. See https://community.kde.org/KDE_Linux/Add_or_override_content_in_/usr for more information." + echo "Finished setting up the extension named “${SYSEXT_NAME}”! When you put files in ${SYSEXT_BASE_LOCATION} and run 'run0 systemd-sysext refresh', they will appear in /usr/. See https://linux.kde.org/docs/override-usr/ for more information." fi