From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id EB4C81FF0E1 for ; Mon, 13 Jul 2026 15:05:27 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 67573214DB; Mon, 13 Jul 2026 15:05:26 +0200 (CEST) From: Christoph Heiss To: pve-devel@lists.proxmox.com Subject: [PATCH installer 2/3] install: drop unused pve-manager/country debconf setting Date: Mon, 13 Jul 2026 15:03:16 +0200 Message-ID: <20260713130320.1197625-3-c.heiss@proxmox.com> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260713130320.1197625-1-c.heiss@proxmox.com> References: <20260713130320.1197625-1-c.heiss@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783947877666 X-SPAM-LEVEL: Spam detection results: 0 DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: 6AUXS4XQZTYOQQNKRLO3VZZPF5RAAP4G X-Message-ID-Hash: 6AUXS4XQZTYOQQNKRLO3VZZPF5RAAP4G X-MailFrom: c.heiss@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: This is effectively dead code since pve-manager commit 4bfc63047 ("buildsys: remove unused debconf template") which removed the respective debconf template back in 2018. Signed-off-by: Christoph Heiss --- Proxmox/Install.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Proxmox/Install.pm b/Proxmox/Install.pm index 788aca4..3f92bfd 100644 --- a/Proxmox/Install.pm +++ b/Proxmox/Install.pm @@ -1469,10 +1469,6 @@ _EOD } if ($iso_env->{product} eq 'pve') { - # save installer settings - my $ucc = uc($country); - debconfig_set($targetdir, "pve-manager pve-manager/country string $ucc\n"); - # do run a potentially unconfigured/unisolated network accessible routing daemon unlink "$targetdir/etc/systemd/system/multi-user.target.wants/frr.service" or $!{ENOENT} -- 2.54.0