From patchwork Sun Sep 13 17:12:11 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10207 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbk1c7Xz3xTZ for ; Sun, 13 Sep 2026 17:12:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbg13STz8n8 for ; Sun, 13 Sep 2026 17:12:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbc10TKz37C7 for ; Sun, 13 Sep 2026 17:12:44 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbV4rcnz36Vx for ; Sun, 13 Sep 2026 17:12:38 +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 4hjZbS5yJVz6n4; Sun, 13 Sep 2026 17:12:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319557; 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: in-reply-to:in-reply-to:references:references; bh=bZUh/ZG1z95KgJuWgC57BIcnYJLJhTJXP0dCTN5YYqo=; b=bEhyyDQI9mDldjzto+59bDKhJhB5VTDVy/kPnGGvVO0i6ne4938NXL33vy9MEU83S3XE/K tjszMpEx+jsfYTjyv6fLYwHQZ53/IPNAV8IXq0WCjVeA62ncn6QE+gNw49EF5E7dx2Nqpe WskWB1llSZ1kJGJDbpJla48ehhhnfFblafVsfhn0Kd4oV+bRWm4qiFLwbSn9GxAcvMoskD Fo5oxeDknxc96u1bXtoLyiKAlKcYMklMtGpuNL0PCPhfszoVXxlRtLuw7WmQtSkRMlLjhZ +pQWqBV8HRtGH1fAXhyH75AZjiGprJVzOOA2NtFGR7uIsjcfgZjeqejdEcmXJA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319557; 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: in-reply-to:in-reply-to:references:references; bh=bZUh/ZG1z95KgJuWgC57BIcnYJLJhTJXP0dCTN5YYqo=; b=vNJ4vThkMYmWSxPTzagdpN6GM93g7ZEQN9l7Kkqx4ebeS+EjVErLqvH1cT52RBaoK/Yonu ezzjpzJacAWxmFDg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship xz Date: Sun, 13 Sep 2026 19:12:11 +0200 Message-ID: <20260913171230.3920551-12-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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 Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/xz | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/xz diff --git a/config/rootfiles/core/205/filelists/xz b/config/rootfiles/core/205/filelists/xz new file mode 120000 index 000000000..734e926c7 --- /dev/null +++ b/config/rootfiles/core/205/filelists/xz @@ -0,0 +1 @@ +../../../common/xz \ No newline at end of file