From patchwork Wed Oct 8 20:16:08 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9174 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 4chkmL5YdMz3x7N for ; Wed, 08 Oct 2025 20:16:18 +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 4chkmL0G9sz41l for ; Wed, 08 Oct 2025 20:16:18 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4chkmK6dt2z32pB for ; Wed, 08 Oct 2025 20:16:17 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4chkmH2cdWz32lV for ; Wed, 08 Oct 2025 20:16:15 +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 4chkmH0qH6z32C; Wed, 08 Oct 2025 20:16:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759954575; 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=GSMOXOzG3DeiglzPfqRmXkrD51u4xiO1zJmYbkjCl5o=; b=ozh++T/FLlPEBwejt/9nAMBbkcgA2zbi8Ivz2/iyLi0NB8pyOV/zwmR6rDn0L4kQ6Gxh1B kte7RV2SclBwV9DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759954575; 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=GSMOXOzG3DeiglzPfqRmXkrD51u4xiO1zJmYbkjCl5o=; b=SNre8g3xF82PBsyEB6/Tc61GLPvdwThFMzgUMN4qVhmQ+SpcdoACOV4A0e5Jx+5p6GCKXz O3kSEBKolqttBXV9uV12WCphVT0rVBlsNEFsamyU6XVYJBMR47e6YM11+UBXpE/2PNgoBZ ZoH8nczahmaWWxIvptkP7ttmmxLfh2ahG3fHkjo+7sohS4JkQKTlotnvI2zdWh84tAa8Rj sGBqvg/2YgmqmsL3xDcyRUmM+VRPSpHU1YasVYidiFl8yGgcl6m0+P1hMLCWlU24NQ8y7G QxEDxBLYZyAZS3Q5T15u1pXicOEBDtDACJXhu9Nz6+3IqX8HU+2iojkFSZSnJQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship util-linux Date: Wed, 8 Oct 2025 22:16:08 +0200 Message-ID: <20251008201608.66852-2-adolf.belka@ipfire.org> In-Reply-To: <20251008201608.66852-1-adolf.belka@ipfire.org> References: <20251008201608.66852-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/aarch64/util-linux | 1 + config/rootfiles/core/199/filelists/riscv64/util-linux | 1 + config/rootfiles/core/199/filelists/x86_64/util-linux | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/199/filelists/aarch64/util-linux create mode 120000 config/rootfiles/core/199/filelists/riscv64/util-linux create mode 120000 config/rootfiles/core/199/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/199/filelists/aarch64/util-linux b/config/rootfiles/core/199/filelists/aarch64/util-linux new file mode 120000 index 000000000..9c253c689 --- /dev/null +++ b/config/rootfiles/core/199/filelists/aarch64/util-linux @@ -0,0 +1 @@ +../../../../common/aarch64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/riscv64/util-linux b/config/rootfiles/core/199/filelists/riscv64/util-linux new file mode 120000 index 000000000..f8e680205 --- /dev/null +++ b/config/rootfiles/core/199/filelists/riscv64/util-linux @@ -0,0 +1 @@ +../../../../common/riscv64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/199/filelists/x86_64/util-linux b/config/rootfiles/core/199/filelists/x86_64/util-linux new file mode 120000 index 000000000..7b5558d2c --- /dev/null +++ b/config/rootfiles/core/199/filelists/x86_64/util-linux @@ -0,0 +1 @@ +../../../../common/x86_64/util-linux \ No newline at end of file