From patchwork Tue Aug 26 18:48:43 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8993 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 "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cBGt21K8Xz3wkk for ; Tue, 26 Aug 2025 18:49:30 +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 "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cBGt05MSzz5P2 for ; Tue, 26 Aug 2025 18:49:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cBGsw4D8pz332S for ; Tue, 26 Aug 2025 18:49:24 +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) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cBGss5d5fz30GN for ; Tue, 26 Aug 2025 18:49:21 +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 4cBGss2Kj0z2Vl; Tue, 26 Aug 2025 18:49:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1756234161; 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=LT2ksmVsPTamcZaD9/F/g5OQfFNHnF4wYPeQogtx9+U=; b=DibBn1Ab0bLRbP6oS1EHrEmrJy7UAxhhdMunR03iok+rH7gAuZrTAa8aJU9OC/a1yvvpDz 05Wlfab5omhS2ZAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1756234161; 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=LT2ksmVsPTamcZaD9/F/g5OQfFNHnF4wYPeQogtx9+U=; b=ADW8FNwc+2FS6sr7tZEn1YHl+QILpPAHToNikWo2Q8cuWYuwEGERMMzvvw7RyTDm3sdWil k07xe7N84p3ExElrHqxkk5HoYpdd9NkJ8tQB8G42QQIPugLCbCq1bDHotx/dLqxFxhCs46 W6gI6KI+0rL+QGaRxYZVb8N9AWI25/5lQS2RExql566BMuNi2g8+dFAufiHTB6u/bGcWiU 847DaaBvsiEOdfmheTU5PI5UkIyRdeBbvEH+O3hSemIALRsriyVPUg9x7XA4akkdazSwF4 9z69eCtMd1heRMXpHsbCMFl05L6ppAkT/p7wLhrFQgJWG2OfUp8bAk14IYZy/g== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship btrfs-progs Date: Tue, 26 Aug 2025 20:48:43 +0200 Message-ID: <20250826184904.6229-2-adolf.belka@ipfire.org> In-Reply-To: <20250826184904.6229-1-adolf.belka@ipfire.org> References: <20250826184904.6229-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/btrfs-progs | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/btrfs-progs diff --git a/config/rootfiles/core/198/filelists/btrfs-progs b/config/rootfiles/core/198/filelists/btrfs-progs new file mode 120000 index 000000000..d7a2f6f52 --- /dev/null +++ b/config/rootfiles/core/198/filelists/btrfs-progs @@ -0,0 +1 @@ +../../../common/btrfs-progs \ No newline at end of file