From patchwork Sat Oct 11 10:17:57 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9178 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4ckKLn6BL4z3wdV for ; Sat, 11 Oct 2025 10:18:09 +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 4ckKLm6qWmz44Y for ; Sat, 11 Oct 2025 10:18:08 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ckKLl5747z32lV for ; Sat, 11 Oct 2025 10:18:07 +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 4ckKLj0tQyz2ynb for ; Sat, 11 Oct 2025 10:18:05 +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 4ckKLh5vNRz1nf; Sat, 11 Oct 2025 10:18:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760177884; 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=GLsD4+qI+4h4OLvMa8bNzGS2Vx3C14s2Vsr2zsIEbdE=; b=n/wg8lDkEWqB6bHet0nXP8gi96djidJLu86p1ID5qA4URn6RDHvaeYKEYhyy8aar08PpPg uVPkEfETwyTnzRH8kVOMLCQRcoZ3LB+MOGGyCUBIIKa0GZGUzzeSpskx4Z12wxtaqP29lq tP7D75oQ4UcDBSgDPxgonXutm1Egm9Oc0N6Uvx63VFyc2S+0U0k+umYRpWXKcJr+TRr411 Wtxqfouvp0t6n1Fc2lcWgo+xcTGoSPWE6fmhXOjg9gAu0MTZQmYs8yqnzrKNf9MnCUHU7j aSunPWaM8T2QjlEth9lU+Rf9SGmfqNnydqWmX7zzvqjK0tgj6rHyEJFZICwJsw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760177884; 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=GLsD4+qI+4h4OLvMa8bNzGS2Vx3C14s2Vsr2zsIEbdE=; b=qXD5Y0GT6S0S2uJ7+p81KoZ19x9gt3N9YNbNDpAz3mV4uz2S9RLl805WYT5tihMsIIBZIV TwdCq9+6hTR9vACQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/5] core199: Ship coreutils Date: Sat, 11 Oct 2025 12:17:57 +0200 Message-ID: <20251011101800.17398-2-adolf.belka@ipfire.org> In-Reply-To: <20251011101800.17398-1-adolf.belka@ipfire.org> References: <20251011101800.17398-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/coreutils | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/coreutils diff --git a/config/rootfiles/core/199/filelists/coreutils b/config/rootfiles/core/199/filelists/coreutils new file mode 120000 index 000000000..7351ed2cf --- /dev/null +++ b/config/rootfiles/core/199/filelists/coreutils @@ -0,0 +1 @@ +../../../common/coreutils \ No newline at end of file