From patchwork Wed Apr 29 17:50:31 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9761 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g5Px55jwxz3x94 for ; Wed, 29 Apr 2026 17:51:05 +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" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g5Px54Kd9z44C for ; Wed, 29 Apr 2026 17:51:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g5Px14G2bz36XL for ; Wed, 29 Apr 2026 17:51:01 +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) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g5Pwy6c3qz34RQ for ; Wed, 29 Apr 2026 17:50: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 4g5Pwy3bBpz7GW; Wed, 29 Apr 2026 17:50:58 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777485058; 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=uWXAfE9stjq8tVWPd2KvPmz98QoMpdo9Maos2ag8ruk=; b=veP0dQ3qATo8PnbCu9pKAxLuGkuW0K6DnXak91nGV3UX4cmmoGMEHV52JezOnC/P7gvpvO CLWMgqclbI4cSyBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777485058; 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=uWXAfE9stjq8tVWPd2KvPmz98QoMpdo9Maos2ag8ruk=; b=bLOb8ujT0tWGuCNFNbnngvrxVtbIh+akjOP/X9pBVyRnrvUBwKETnkgQg/LKVZiX/kBrPD Y6WmXFRuguJAKkT9x/7c/1Uq3HUMZ1Gf3Ifdr5SAFo4vzOZPnWen03kAg0bOSJ7VukrbuE HY2JX7dpClibqD2nzqlia1QGYQ0rS9DdUA7sy0OhfiYNgpZ28winC+vjAxPgUOlnHG991J u3APPMPaspSfhpYcDcKVk7cuGSsbxho0aQdHLrbeqzYo4OM/+J4cx3cGG4Emy44KRr02jm UNHFLPFEGLdkVe8/E2XVtYYg1ZyYFHyFfR6VgAwt448043cNSdPeBuvN2fsQtQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 11/12] core202: Ship screen Date: Wed, 29 Apr 2026 19:50:31 +0200 Message-ID: <20260429175032.2811103-11-adolf.belka@ipfire.org> In-Reply-To: <20260429175032.2811103-1-adolf.belka@ipfire.org> References: <20260429175032.2811103-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/202/filelists/screen | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/screen diff --git a/config/rootfiles/core/202/filelists/screen b/config/rootfiles/core/202/filelists/screen new file mode 120000 index 000000000..81008f46e --- /dev/null +++ b/config/rootfiles/core/202/filelists/screen @@ -0,0 +1 @@ +../../../common/screen \ No newline at end of file