From patchwork Wed Sep 17 11:09:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9103 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) 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 4cRbdX1QXVz3wtZ for ; Wed, 17 Sep 2025 11:09:52 +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 "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cRbdT41Wnz45Y for ; Wed, 17 Sep 2025 11:09:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cRbdS4Kfhz32wJ for ; Wed, 17 Sep 2025 11:09:48 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cRbdP72ywz32fg for ; Wed, 17 Sep 2025 11:09:45 +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 4cRbdN3Bcvz2J; Wed, 17 Sep 2025 11:09:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1758107384; 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=Kj/dd0KZnwGlvfs/M3Gc9CCeyltQwVK6uI3RPqEJXI4=; b=daQM5y+UwWw3vctTM1g1B6EmCu/orvFmyKjLzhhCm8YCcmF1KpY18PeYcMK24eVFDATCqH /5wJ8Ufa1iJTuzDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1758107384; 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=Kj/dd0KZnwGlvfs/M3Gc9CCeyltQwVK6uI3RPqEJXI4=; b=gbruKT9Q0x9tAvpim8NJiad1LhmR4Ah79KO9akWdqzNC0AWx5b6UFYXtYU9Y3lkXuNSSyA ts/StBU/avZISiKbTkvY9zaWBE49Ng44tOHcN5YGnQTaXoMkSk82d/A/1dXKqjqyF8tIGd oPU6z4a3OMUKl+ZC8XCp3Sb28SjGsIJqu9LyDHDQT53sTrBsUT4bwCsZj+RhJVXEkPLNr4 lhscbsuOmhY7Vz/pkwiE8lvDlLse+52Z+jSeFV3prrSROj2nYFwtqBHc6+dQt/4HBb4U7l SYqgJnk5HO6OUTR0Oj5530RvmK+rfxdZssuFGokHtNcr+aySXie7wxCM3bVkFA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core198: Ship ed Date: Wed, 17 Sep 2025 13:09:31 +0200 Message-ID: <20250917110940.3378937-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/198/filelists/ed | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/198/filelists/ed diff --git a/config/rootfiles/core/198/filelists/ed b/config/rootfiles/core/198/filelists/ed new file mode 120000 index 000000000..0ed331cfa --- /dev/null +++ b/config/rootfiles/core/198/filelists/ed @@ -0,0 +1 @@ +../../../common/ed \ No newline at end of file