From patchwork Fri May 8 10:30:05 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9814 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 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4gBlkK49kMz3x94 for ; Fri, 08 May 2026 10:30:17 +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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4gBlkJ1ccWz7Bb for ; Fri, 08 May 2026 10:30:16 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4gBlkH4CqKz33tr for ; Fri, 08 May 2026 10:30:15 +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" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4gBlkD6ktlz2xlm for ; Fri, 08 May 2026 10:30:12 +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 4gBlkC4ycmz1Pw; Fri, 08 May 2026 10:30:11 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1778236211; 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=XnIMB/Ax/CBPTd49fo/2BEmG9+QLdeEXkmGS+phIRMM=; b=1UZoqDpOaageACBqhnwaXAq9nFwwBe66XocL4OGub2VojzVuO5UE2cg3F3hgLZcJvGAfzc REZCh/QJ+qOgbWAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1778236211; 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=XnIMB/Ax/CBPTd49fo/2BEmG9+QLdeEXkmGS+phIRMM=; b=wn3pq7Ab/1hrhZmarhXRhKuaqdcyH7OJ0r82e50ynuPFZ6lrp1E1eC2mWsrFnvSSqKbUBw Nu+4MTEvoiXDTrzZy6eo3nn8Q+dCuBWeMvX3GXxkg6e3iC67q3/hAivT1tVkwYmxhjTvSF 8XdrwOO38BCnfIuu3nPWVJONWNSU6CI5blCV1WoG7iftsZTZzFQRj+aJ2rpzsQrTcyQ0Jr /EgwjcZgXAhKTQmEKg8k+A5Rl+JjKYQAwHqc9oXxX415K5dO5fYtk0UK9xu7hmU/7CIqnF syMfYOiZsFbV+DQboKJz606KiXvWVD5OTn3L2TlmtMecq0THa9dAXg+mgAGXow== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship grub-btrfs Date: Fri, 8 May 2026 12:30:05 +0200 Message-ID: <20260508103008.36823-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/202/filelists/grub-btrfs | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/grub-btrfs diff --git a/config/rootfiles/core/202/filelists/grub-btrfs b/config/rootfiles/core/202/filelists/grub-btrfs new file mode 120000 index 000000000..508721bb4 --- /dev/null +++ b/config/rootfiles/core/202/filelists/grub-btrfs @@ -0,0 +1 @@ +../../../common/grub-btrfs \ No newline at end of file