From patchwork Sun Sep 13 17:12:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10203 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbj6HQ2z3xTP for ; Sun, 13 Sep 2026 17:12:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbf6c9Gz8mn for ; Sun, 13 Sep 2026 17:12:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbc0BpJz37Bt for ; Sun, 13 Sep 2026 17:12:44 +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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbT3l03z30rt for ; Sun, 13 Sep 2026 17:12:37 +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 4hjZbS1yCzz5kr; Sun, 13 Sep 2026 17:12:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319556; 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=tNmFAnjmMOhlPR6CPhV8K4umrfDgKBDkEFn99+vXazc=; b=QxGJbg1z/rBHxFT6EQufzxKrIL3jFitANr9LlCoN5jWjHzfKDOeDzbtgFUhF3WbBR9AXmS KW3AbfN0Je4zDDAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319556; 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=tNmFAnjmMOhlPR6CPhV8K4umrfDgKBDkEFn99+vXazc=; b=b4IuNF1aJACCNTw+OO8tDZDK/wDT0VtCJgWQtuVwOSsFF+3qmP14OzDUKPeDO/FzOI5xwZ OVX2dm8rvTiq/+bJ4JnKj6wA8cH67KkEUOndmlqv+k6Pu6QpFTUIVxEQnm8YNqcYYv5Ykk rEsyUAa7ZuZCiAFLuNxSxyWbUcvEhaLLmeh4YJzAUbV3TRvgik8KySsFzQEURv/xdbUJfx lEZ+g5SbOJcffHVpD4HaJ0nAc4j1/SJQKeKQ33bCVQx042KSwDxsNJIzaGAhIe55riPgH3 CEvqL18SzPxB7Gmmv4zOCvRUU/BSK8a+g7w+1VFcBu/C0yjv4rTcUPijRWGyTA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship util-linux Date: Sun, 13 Sep 2026 19:12:09 +0200 Message-ID: <20260913171230.3920551-10-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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/205/filelists/aarch64/util-linux | 1 + config/rootfiles/core/205/filelists/riscv64/util-linux | 1 + config/rootfiles/core/205/filelists/x86_64/util-linux | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/205/filelists/aarch64/util-linux create mode 120000 config/rootfiles/core/205/filelists/riscv64/util-linux create mode 120000 config/rootfiles/core/205/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/205/filelists/aarch64/util-linux b/config/rootfiles/core/205/filelists/aarch64/util-linux new file mode 120000 index 000000000..9c253c689 --- /dev/null +++ b/config/rootfiles/core/205/filelists/aarch64/util-linux @@ -0,0 +1 @@ +../../../../common/aarch64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/205/filelists/riscv64/util-linux b/config/rootfiles/core/205/filelists/riscv64/util-linux new file mode 120000 index 000000000..f8e680205 --- /dev/null +++ b/config/rootfiles/core/205/filelists/riscv64/util-linux @@ -0,0 +1 @@ +../../../../common/riscv64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/205/filelists/x86_64/util-linux b/config/rootfiles/core/205/filelists/x86_64/util-linux new file mode 120000 index 000000000..7b5558d2c --- /dev/null +++ b/config/rootfiles/core/205/filelists/x86_64/util-linux @@ -0,0 +1 @@ +../../../../common/x86_64/util-linux \ No newline at end of file