From 2ae497c16d7647c505b1cb39e19659d26193a5a0 Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Wed, 8 Oct 2025 16:40:38 +0200 Subject: [PATCH] Temporarily drop profile.d/80-systemd-osc-context to avoid machine-id nsf error spam See #107 --- pacman-conf.d-noextract.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pacman-conf.d-noextract.conf b/pacman-conf.d-noextract.conf index 6bcacb0..db5f769 100644 --- a/pacman-conf.d-noextract.conf +++ b/pacman-conf.d-noextract.conf @@ -11,3 +11,5 @@ NoExtract = !usr/share/*locales/C !usr/share/*locales/POSIX !usr/share/i18n/cha NoExtract = usr/share/man/* usr/share/info/* NoExtract = usr/share/vim/vim*/lang/* NoExtract = etc/pacman.conf etc/pacman.d/mirrorlist +# See https://gitlab.archlinux.org/archlinux/archlinux-docker/-/issues/107 +NoExtract = usr/lib/systemd/profile.d/80-systemd-osc-context.sh