From patchwork Sun Sep 13 17:12:10 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10206 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbk1X74z3xTX for ; Sun, 13 Sep 2026 17:12:50 +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 "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbg0yN4z8Yj for ; Sun, 13 Sep 2026 17:12:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbc115Qz37CD for ; Sun, 13 Sep 2026 17:12:44 +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 "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbT6vyQz2ypK for ; Sun, 13 Sep 2026 17:12:37 +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 4hjZbS3hpnz6lP; Sun, 13 Sep 2026 17:12:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319556; 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=UC/iw/WiK8p1NgjZkRFEUVc96pX5pwmB7fgNk08XLkU=; b=NwqsCBO/Fc3QrbhTj5dGDUTJhxZouZBCm+8+UD/O6OQLZ5HL6SiyxDGNyLuqQgskZeXEx2 t9sH7cwfPeZ865CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319556; 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=UC/iw/WiK8p1NgjZkRFEUVc96pX5pwmB7fgNk08XLkU=; b=ozk39Ssw3WAuOALNO2s0LvA6m99OGUiNXcjGGi5AyQhH77MvEAbgy0j4UQcsVnmaXZtRJt jS5vVNTx+yPpaKvX+rl9/hbIzYv5m9Gyr6LXf02UCUaoNGRu1VRh7gZtIFuAZ4vBYsr/3D MqAJGmAcq4hVxghbq7aT76+kEN6A4l6yYYh6gP5Gp3038TXwAF71QAbhZsYNpnTjKxvnKG YMVp9+DgPehscR70sfzwSMOptl6xkiilLJycMVQAKjsJZtaJD5BwWw609Rr736EAnlYfX/ WNmnt6NDnDmiQYAXu1yr5Vv7Cu72YEzP9ywHzMr4UYI/us1+WMHtXPvolTUvGw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core205: Ship vim Date: Sun, 13 Sep 2026 19:12:10 +0200 Message-ID: <20260913171230.3920551-11-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-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/205/filelists/vim | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/205/filelists/vim diff --git a/config/rootfiles/core/205/filelists/vim b/config/rootfiles/core/205/filelists/vim new file mode 120000 index 000000000..98613172e --- /dev/null +++ b/config/rootfiles/core/205/filelists/vim @@ -0,0 +1 @@ +../../../common/vim \ No newline at end of file