From patchwork Thu Mar 5 17:11:16 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9546 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fRbfs5RRPz3wkY for ; Thu, 05 Mar 2026 17:11:33 +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 "E7" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fRbfr2kRvz67Y for ; Thu, 05 Mar 2026 17:11:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fRbfq17Sgz34Cl for ; Thu, 05 Mar 2026 17:11:31 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) 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 4fRbfm4183z2y57 for ; Thu, 05 Mar 2026 17:11:28 +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 4fRbfm1Dv6z5gQ; Thu, 05 Mar 2026 17:11:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1772730688; 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=3xzYA/Ta0XfOXa5ArlMQB13CtkksXXKmYZC2PW8xs7E=; b=jHExxq90J8LTiXQLAQRstx1goqijVoYwulP6W5GfNQ0gsuRAgF2JSG9OLPSk1fyqiEMAju ZtZziX2R5bboAmBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1772730688; 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=3xzYA/Ta0XfOXa5ArlMQB13CtkksXXKmYZC2PW8xs7E=; b=GCadCm6vYr2qMQ5mDY3HWykdhX0j5PLXUH7h/y93GXpVL9YUKk7mzxHKl992pp5Y0HDrMV 6UWwHX2AS+iSMs53srKMdjRIuwjr6eyEIDTyqiW9V9+Pm+7aSFJ59qFdITGpkG8ZcX8sOa 334FHww9ky5vIzx2Cq1Eq1MPy7XxNBYRMA1weZjR3OiUBf0uqqTkLk79twO8ndsqlD0q6M bsPIe0S9OMRLFbPZEQhwHfEF3L4xfsC2uyQ7qoFeAU6NEGIuY78s3+INxyMvrLHr53qAli jBtjXBRxu+1+oWhRrvHRzEYhoENCMlvempfaExxMaF/ln4zhldTrTXoaATJV2A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core201: Ship file Date: Thu, 5 Mar 2026 18:11:16 +0100 Message-ID: <20260305171124.2654733-2-adolf.belka@ipfire.org> In-Reply-To: <20260305171124.2654733-1-adolf.belka@ipfire.org> References: <20260305171124.2654733-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/201/filelists/file | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/201/filelists/file diff --git a/config/rootfiles/core/201/filelists/file b/config/rootfiles/core/201/filelists/file new file mode 120000 index 000000000..0c60e43aa --- /dev/null +++ b/config/rootfiles/core/201/filelists/file @@ -0,0 +1 @@ +../../../common/file \ No newline at end of file