From patchwork Sat Jul 4 15:38:49 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10020 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 4gsvtG22Srz3wmP for ; Sat, 04 Jul 2026 15:39:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.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 4gsvtF6vYKz6sM for ; Sat, 04 Jul 2026 15:39:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gsvtF3Lm8z30Nk for ; Sat, 04 Jul 2026 15:39:01 +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 4gsvt61bQ1z2xl4 for ; Sat, 04 Jul 2026 15:38:54 +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 4gsvt573zsz3kZ; Sat, 04 Jul 2026 15:38:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1783179534; 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=0PVeQR2S5bvy+ZAoU9Re3D/e+0H4k3tWItE7f72zhK4=; b=D82e/5XjiVXCO6RwjZ0NRz5rjajWLvoJR99IwvKrAEPp7Xbo/YPVcDoG2NQO4UVvL0aUds y60Xoz1RnS57pWHcbL/QnJdIhrjjRdM68id5DIYyi1L7OuS63QbJ/3hxRSEmYHgaBRFBzQ 32YycgRgorDsdwHsilnQhuQ/dFZpfo2Y7Mgku/la6uhI7Xtd71AvaIde0IP61AWB0xwsTp DNxkW7kyiTFVhRcXd+OOtetC+2Ygx/ifSNekmhCeHzPIp4ryjuyRJNLwu8RLOG5UgTVdpi 6uLwlMcNe4CdFSS3I/Whe12Js1Ewi8lEAMTmWDKFxJ/exJwZBmQnP3+Jep4bBQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1783179534; 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=0PVeQR2S5bvy+ZAoU9Re3D/e+0H4k3tWItE7f72zhK4=; b=Cat0ta0KUWTB4Gnoxu9jnI86uXDbCOtdzNJNPbqig2As4uSlE++sckNUeow+RxRvdX+dEO l3yxKo2DXL5aHoBg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 6/6] core204: Ship tar Date: Sat, 4 Jul 2026 17:38:49 +0200 Message-ID: <20260704153849.3586287-6-adolf.belka@ipfire.org> In-Reply-To: <20260704153849.3586287-1-adolf.belka@ipfire.org> References: <20260704153849.3586287-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/204/filelists/tar | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/204/filelists/tar diff --git a/config/rootfiles/core/204/filelists/tar b/config/rootfiles/core/204/filelists/tar new file mode 120000 index 000000000..3e585d2eb --- /dev/null +++ b/config/rootfiles/core/204/filelists/tar @@ -0,0 +1 @@ +../../../common/tar \ No newline at end of file