From patchwork Mon Oct 27 10:49:24 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9235 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" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cw9Hd37TMz3wb0 for ; Mon, 27 Oct 2025 10:49: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 "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cw9Hb34DYz41n for ; Mon, 27 Oct 2025 10:49:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cw9HZ2XMmz333B for ; Mon, 27 Oct 2025 10:49:30 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cw9HW5T90z331Z for ; Mon, 27 Oct 2025 10:49:27 +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 4cw9HV6qsZzD2; Mon, 27 Oct 2025 10:49:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1761562167; 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=Ysm01Rj4hcqhK9V6Qw6v8puUzH8ujrQqE3GQ8ODywXY=; b=qXSSU4nC0GxJJClOc8dv2B3QdjkP4bWhdLuHiwvEUyS69YBi2vckPenywTa0zW/sjFGBQa dPu0n6v/Q8M1ETBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1761562167; 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=Ysm01Rj4hcqhK9V6Qw6v8puUzH8ujrQqE3GQ8ODywXY=; b=LfKiYIjvg71qgrN0yhLelUDol9GyzaxZvVq57kHhmQPZnZVD6qyxF51BDXEmuWYOcpMgDR embWfkyFXAS8F4w6RXUXSyeCZBkOUEYhhM4Lc6UCOl+2tZu10si0IT8id8nsjtR1oY79F5 qGP7p9Gg/FakrCK2zY63MeBh+dpK8/I9Ut97G3zopxvlC1jVNclIatz8xLkKDLOQ4lu8Cp yv9oW8dnYCBDtJldG1f0Vk5Aga3QKKZTferIGj/JRg18RgroYpQz/507/QyjP4+DVJ48xY af/B3v6d4YIjO0rWFKsJjQrZl29QB0DVyv1jtg9Lm/ttEpbeqGqcz31xRgKq6g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core199: Ship fuse Date: Mon, 27 Oct 2025 11:49:24 +0100 Message-ID: <20251027104925.45434-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/199/filelists/fuse | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/fuse diff --git a/config/rootfiles/core/199/filelists/fuse b/config/rootfiles/core/199/filelists/fuse new file mode 120000 index 000000000..570edaade --- /dev/null +++ b/config/rootfiles/core/199/filelists/fuse @@ -0,0 +1 @@ +../../../common/fuse \ No newline at end of file