From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4frHfK4SYRz33dC for ; Wed, 08 Apr 2026 09:22:49 +0000 (UTC) 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 mail02.haj.ipfire.org (Postfix) with ESMTPS id 4frHfG1XLzz2xHk for ; Wed, 08 Apr 2026 09:22:46 +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 4frHfD6zv2z3ZX; Wed, 08 Apr 2026 09:22:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775640165; 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=hCjtXQnwx6zOBbCOrIMt/r5I2NAPpBxWF8wq6BRgoJM=; b=mQDeGqS1m6U6quY99yCkyWiSvZMGCYaxEOeiFw3xEK3dU41xSl9Q6+Ncr64M4ECzhLAjxK zIlBB4L+FCE8WLDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775640165; 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=hCjtXQnwx6zOBbCOrIMt/r5I2NAPpBxWF8wq6BRgoJM=; b=BaJ2qOah+yNOzjievE2Xa4bJ4m8Uau4wgIxw0LnwGrDtdScPRzAiukl+kGq6x5izwqmXWL sA0T9c3JFOZLW/n2hWddLM7uY+xA4Cp+JXdXCXC/mEauLXs/ES1PPIqCAzMw1i1RmIWpQ1 taq+HOp4Sh4qxOLtA4oNNJcrDYvR8wbg6U/QbrHy/wLIBtNiiiNooSny1UR1Si0LcP+0kL L3p654aNqgfmtnnea+oPwh8CdsTGjBqEmmbKaKaPQwJ+edmP0sTGDvXC+EBarmuWldBBDD AO34WT+QoRu0XeEfBf60PTrhNOHWsUJkoTNc/cJsHjOyacXYWzZQSx5/DkFOAw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship util-linux Date: Wed, 8 Apr 2026 11:22:41 +0200 Message-ID: <20260408092242.68840-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 Content-Transfer-Encoding: 8bit Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/aarch64/util-linux | 1 + config/rootfiles/core/202/filelists/riscv64/util-linux | 1 + config/rootfiles/core/202/filelists/x86_64/util-linux | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/202/filelists/aarch64/util-linux create mode 120000 config/rootfiles/core/202/filelists/riscv64/util-linux create mode 120000 config/rootfiles/core/202/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/202/filelists/aarch64/util-linux b/config/rootfiles/core/202/filelists/aarch64/util-linux new file mode 120000 index 000000000..9c253c689 --- /dev/null +++ b/config/rootfiles/core/202/filelists/aarch64/util-linux @@ -0,0 +1 @@ +../../../../common/aarch64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/riscv64/util-linux b/config/rootfiles/core/202/filelists/riscv64/util-linux new file mode 120000 index 000000000..f8e680205 --- /dev/null +++ b/config/rootfiles/core/202/filelists/riscv64/util-linux @@ -0,0 +1 @@ +../../../../common/riscv64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/202/filelists/x86_64/util-linux b/config/rootfiles/core/202/filelists/x86_64/util-linux new file mode 120000 index 000000000..7b5558d2c --- /dev/null +++ b/config/rootfiles/core/202/filelists/x86_64/util-linux @@ -0,0 +1 @@ +../../../../common/x86_64/util-linux \ No newline at end of file -- 2.53.0