From patchwork Tue Oct 14 13:08:01 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9201 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 4cmF063FB5z3xQ8 for ; Tue, 14 Oct 2025 13:08:38 +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 4cmF040cwcz45D for ; Tue, 14 Oct 2025 13:08:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzy6yr1z35ZM for ; Tue, 14 Oct 2025 13:08: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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzs2Yv5z3320 for ; Tue, 14 Oct 2025 13:08:25 +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 4cmDzr2P8pz3wF; Tue, 14 Oct 2025 13:08:24 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447304; 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=bYkeU2nJEi50MVc7tcQct/Xo/+S6nye0RQq1kROUATQ=; b=JNfh1A+oVFmDBfLfjYf3S80OSu43ol8QeYd0sIWsWI7e/hw5D5Yx+Wj6SQSnaC7+1tFBKB 8Yr2qpRbspvsx2Cw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447304; 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=bYkeU2nJEi50MVc7tcQct/Xo/+S6nye0RQq1kROUATQ=; b=e9T0ay2l76qTwGgyD+3+8aeic4PjeFnxQcH4Dn/6YmF7JeI1j6G2jGXo0z2VsdRjJRyJAa AKsluv9ldYZrVI65r/DnNtZYygwp7D+Z21hIDltAr7bqrnSrSbcAgZ4tjUuaReK+ko3i07 WC2mY4Z1KCB5wpTzSyRsPzkVAEo68x294wkk0IqoHGpNR8OpjMF7Ws9dtuZ9jSbzufcmQw J3RvigPA4LaPHTT2kiD7WJvULR3srZ9SD/R3se8wTuV6TtCnv2U9BhdZnQI67tvsh31yx0 DV7vAP5djlKr0CpHv5Ep5vW4slGRst0jYJdZ59RMcH0rUicOe6/7hxSZeJ8NyQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship btrfs-progs Date: Tue, 14 Oct 2025 15:08:01 +0200 Message-ID: <20251014130807.3469514-9-adolf.belka@ipfire.org> In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org> References: <20251014130807.3469514-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/btrfs-progs | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/btrfs-progs diff --git a/config/rootfiles/core/199/filelists/btrfs-progs b/config/rootfiles/core/199/filelists/btrfs-progs new file mode 120000 index 000000000..d7a2f6f52 --- /dev/null +++ b/config/rootfiles/core/199/filelists/btrfs-progs @@ -0,0 +1 @@ +../../../common/btrfs-progs \ No newline at end of file