From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4frRYK0f3nz339x for ; Wed, 08 Apr 2026 15:19:01 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4frRYF62LGz2xHk for ; Wed, 08 Apr 2026 15:18:57 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4frRYD0yK4z27; Wed, 08 Apr 2026 15:18:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775661536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=q7DOE4UKr9jEquiWzS22xBzb/5pOZ7JDIwE/RjujBXw=; b=ImotXNvSlXpmZrnYZQi6rE+VhG+bgs5BST0PBxp3HgWje3vQYHRmCAXZf4FaCdepmkY/r5 VeIrMhyFHavna6CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775661536; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=q7DOE4UKr9jEquiWzS22xBzb/5pOZ7JDIwE/RjujBXw=; b=vtdUqhdSFxIVDTHC4dxtLHip7yCRNIPQXQQ4YSkmp6WFBlA6mndtwq78RLP9h9Ye8mcYRR rJSOagnVCfADccIDcpv6iXocm7EmV9EFMMGZ9wRd3zEFNwlJ6NgUEOz0MFpnIFFMbUeIcK /cdcuO3tEmkNkRaPdGm5uVyDMWkGtqbX5xVBUb/VJoF/1zT6X+gl+mtviK8A35nbazW/qH E7mjaTos9RL+BiAPwqwnrjKbQfL84aEaOyA9rfMxBp+gsefAVqi6ifwMG2Jz4AENLouCfu UEXk6BcTK+ZtNSx9ovYUoiY3G3P6kAgvrECM9QpDup81KbBohEuluFn3uA8+/Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship systemd Date: Wed, 8 Apr 2026 17:18:51 +0200 Message-ID: <20260408151853.3549026-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/systemd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/systemd diff --git a/config/rootfiles/core/202/filelists/systemd b/config/rootfiles/core/202/filelists/systemd new file mode 120000 index 000000000..f5616415e --- /dev/null +++ b/config/rootfiles/core/202/filelists/systemd @@ -0,0 +1 @@ +../../../common/systemd \ No newline at end of file -- 2.53.0