From patchwork Sat Aug 30 13:32:42 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9023 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cDbfn3RDzz3wkk for ; Sat, 30 Aug 2025 13:32:49 +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 "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cDbfn0bKGz5TD for ; Sat, 30 Aug 2025 13:32:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cDbfm6yx7z30Qc for ; Sat, 30 Aug 2025 13:32:48 +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 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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cDbfk2XLBz2xHm for ; Sat, 30 Aug 2025 13:32:46 +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 4cDbfj5Y02z2M; Sat, 30 Aug 2025 13:32:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756560765; 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=Q+YnIVSpBff49iAdaK0hZRGPh6VvYoPbUm0yXvpYM3E=; b=SpwNIB2w0t0bVNeNXH1B08AFyjg4+DLiC2dZpQOCdi3xpcBKYv0EwzpXIb+F+wBLZI/7Aa WIoyIbNgJH2wIFAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756560765; 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=Q+YnIVSpBff49iAdaK0hZRGPh6VvYoPbUm0yXvpYM3E=; b=PhlhxZBjQ8aYwxyyCBEGKR7sYZ199eC2CGmK6ChQTQofa1xxSnPx8D14cVw5W7hXEDyxwF /EFfcsms9y+c0E3i2VFPG7+FsdidVhzwv6VPsacWppMdOK7q7jPuHSHfhlvqIeTc3tRRLe SiXxIprMk4lwWQ4AX/Iz/mxhLIc5aefLZxJ1T1du54I8jSzg5GB5BfelZOv/IR6TauM1A6 4Xh//z6jUKLOI4eDZWRHDkV6djFG/yVvwqnVmbpaOODOyBiIPQNKEcDzdz1LpmAvh5lkg+ Y+5ex0mEse09KR3PjPYdUrQEYKVSwsQ6H7LpslC2+ipY2zHcN/n5SAn2fTSu2A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship fireinfo Date: Sat, 30 Aug 2025 15:32:42 +0200 Message-ID: <20250830133242.3380882-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/198/filelists/fireinfo | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/fireinfo diff --git a/config/rootfiles/core/198/filelists/fireinfo b/config/rootfiles/core/198/filelists/fireinfo new file mode 120000 index 000000000..c46115521 --- /dev/null +++ b/config/rootfiles/core/198/filelists/fireinfo @@ -0,0 +1 @@ +../../../common/fireinfo \ No newline at end of file