From patchwork Fri Jul 4 10:14:29 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8883 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4bYTzB1g7jz3xNc for ; Fri, 4 Jul 2025 10:15: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 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bYTyy4LQpz7Cq for ; Fri, 4 Jul 2025 10:15:06 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bYTyt1dRxz378x for ; Fri, 4 Jul 2025 10:15:02 +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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bYTyp1yVCz36VW for ; Fri, 4 Jul 2025 10:14:58 +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 4bYTym1FkFz6lX; Fri, 4 Jul 2025 10:14:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1751624096; 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=ooSVRsrs3YUMLOjuqAvcl4QxfVtAhekbtBU2NIkgVsc=; b=oEa+IMeh8aOEmTtaJMprk9TjcbwITpnnGFIieyCwTFHQUBdWHV5YFp1wxMuBN3j9QD7aCU ns1dYle45gCzxkBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1751624096; 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=ooSVRsrs3YUMLOjuqAvcl4QxfVtAhekbtBU2NIkgVsc=; b=IaaRV6EBp+Dkn2JUZdfDw3O2jB++Ke3uahz+sJob7tVWP1KBaA/yEfFePugMtaOHrqtOdA mJIWIx9Gn4CFM7+OftIGWhH73h5LPLhfarJljx/ih9gwEwrtWdxwDoQ0RmJPTRWN/svMOj P95HQPnTp9zslw6ZxJF5KbMr0VhAVQSS4b2MavC7/4W5IjS44HASuA/voG7da8A7N/YXrR DLeHr2W9Bv+0WWCmU9OarHQ31yr5yAZc8nb2IuBXlqZ0Op02+fEKqBi9gOyVKgiLDUpEth JNLvKe4sg9twWKOmy+Rvl+nSYmo+ZZR9jl00vJBXa00ThiGR65/FPRcZPnV8Fg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core197: Ship util linux Date: Fri, 4 Jul 2025 12:14:29 +0200 Message-ID: <20250704101446.8038-14-adolf.belka@ipfire.org> In-Reply-To: <20250704101446.8038-1-adolf.belka@ipfire.org> References: <20250704101446.8038-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/197/filelists/aarch64/util-linux | 1 + config/rootfiles/core/197/filelists/riscv64/util-linux | 1 + config/rootfiles/core/197/filelists/x86_64/util-linux | 1 + 3 files changed, 3 insertions(+) create mode 120000 config/rootfiles/core/197/filelists/aarch64/util-linux create mode 120000 config/rootfiles/core/197/filelists/riscv64/util-linux create mode 120000 config/rootfiles/core/197/filelists/x86_64/util-linux diff --git a/config/rootfiles/core/197/filelists/aarch64/util-linux b/config/rootfiles/core/197/filelists/aarch64/util-linux new file mode 120000 index 000000000..ac8a5a4d9 --- /dev/null +++ b/config/rootfiles/core/197/filelists/aarch64/util-linux @@ -0,0 +1 @@ +../../../common/aarch64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/197/filelists/riscv64/util-linux b/config/rootfiles/core/197/filelists/riscv64/util-linux new file mode 120000 index 000000000..02e095fb4 --- /dev/null +++ b/config/rootfiles/core/197/filelists/riscv64/util-linux @@ -0,0 +1 @@ +../../../common/riscv64/util-linux \ No newline at end of file diff --git a/config/rootfiles/core/197/filelists/x86_64/util-linux b/config/rootfiles/core/197/filelists/x86_64/util-linux new file mode 120000 index 000000000..3a070ee50 --- /dev/null +++ b/config/rootfiles/core/197/filelists/x86_64/util-linux @@ -0,0 +1 @@ +../../../common/x86_64/util-linux \ No newline at end of file