From patchwork Tue Oct 14 13:08:03 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9206 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cmF064GhWz3xRR for ; Tue, 14 Oct 2025 13:08:38 +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 4cmF041y93z482 for ; Tue, 14 Oct 2025 13:08:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cmDzz0Rxjz32p7 for ; Tue, 14 Oct 2025 13:08:31 +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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cmDzt2qXhz330D for ; Tue, 14 Oct 2025 13:08:26 +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 4cmDzs0hd1z3yZ; Tue, 14 Oct 2025 13:08:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1760447305; 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=7TH0uZuSfE3Jbw7F2gETe7wuWwfG7X9XkYyP5lh7Bpg=; b=BAPbR2LN3a/VSya6erPxIfAZYSCsRzqbpF2+vhG9Ejn6bgsDGShfCLrvMiE4tThAr/yPI3 jIsEKqGYhWzJ3IDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1760447305; 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=7TH0uZuSfE3Jbw7F2gETe7wuWwfG7X9XkYyP5lh7Bpg=; b=HnYev4wfNgNLXVgXq2N4OsVdGsIuMObS9WYkeMeLgIIOFNRDgvRkR5vK/gGxHp3kRJupLP ht0Gq1h1LclOZY5VaImYbPNJXX76MLVa/ahjqjQUqHv+5/ah/4hT4ozQih/SeCEl0TnGBv FAiSsFldRNNC/Y3V2iFK0CJk61+SgmrXoZf7pK0gXgv/UntWBDN7X0RH8gN/WwGS4R3N6q mSE4SBeyYOAYmqxs2Cq2uPfHEmT9QH5tq0WWtserCylmmT8FFqToXOJlp3sAb38ME0StYP hIrNNx0mopMveV0x4m0ZirpMaNeYIk+bfiG4Lyb3zLu2fEDqU3f7NUXNUp51jQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 2/2] core199: Ship kbd Date: Tue, 14 Oct 2025 15:08:03 +0200 Message-ID: <20251014130807.3469514-11-adolf.belka@ipfire.org> In-Reply-To: <20251014130807.3469514-1-adolf.belka@ipfire.org> References: <20251014130807.3469514-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/kbd | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/199/filelists/kbd diff --git a/config/rootfiles/core/199/filelists/kbd b/config/rootfiles/core/199/filelists/kbd new file mode 120000 index 000000000..9b85839b1 --- /dev/null +++ b/config/rootfiles/core/199/filelists/kbd @@ -0,0 +1 @@ +../../../common/kbd \ No newline at end of file