From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hpQ9C39Hxz34Sp for ; Mon, 21 Sep 2026 14:10:07 +0000 (UTC) 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hpQ975hXnz2xHd for ; Mon, 21 Sep 2026 14:10:03 +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 4hpQ971XYwz45w; Mon, 21 Sep 2026 14:10:03 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789999803; 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=KzjvcbUsnBBHfBTB3yvSq9hiXC10PQ1f8Z9f+o26quc=; b=7onpBE2paCtXF5Bb/4MvX2Rhr4vze66uB3Er/oPMrVRArsP2PO1QIue+HgNHT//FKk8P6Y oylP4EX6vaZoDRDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789999803; 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=KzjvcbUsnBBHfBTB3yvSq9hiXC10PQ1f8Z9f+o26quc=; b=JF1g1zfhnrEhFW/ByXgNPCNnLDhCarqPICaP0Rt3W2JGckBkufxr8mZKX76IyzIDpZddUY 62uKutsoUUSEOta8pCQmPaewCxB3XR7a2UntY/akotIbw4sUKdavKsEvVJ831FPI6dFdmT dFd7Ocmhnf9Tc0vbwXSbWZPNwIK5FNlPZTamXCeEH4KTqJ1oFzSgUD30wMkPn6G9/GZjIL Xn30+uck9Te6pc0w12F0wjNHSot8gHKHMMqU3K0ITGUwY/Y6XCCex5CI2lWe5ayGxW2ZIa zxVpHvXrj8knXCXPltoRjn9n9GsTEWPCCuXmTlnbjVr1AaO7RkvwyjL0cuD2+Q== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship fuse Date: Mon, 21 Sep 2026 16:09:50 +0200 Message-ID: <20260921140958.515074-2-adolf.belka@ipfire.org> In-Reply-To: <20260921140958.515074-1-adolf.belka@ipfire.org> References: <20260921140958.515074-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/205/filelists/fuse | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/fuse diff --git a/config/rootfiles/core/205/filelists/fuse b/config/rootfiles/core/205/filelists/fuse new file mode 120000 index 000000000..570edaade --- /dev/null +++ b/config/rootfiles/core/205/filelists/fuse @@ -0,0 +1 @@ +../../../common/fuse \ No newline at end of file -- 2.55.0