From: Christoph Heiss <c.heiss@proxmox.com>
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 [thread overview]
Message-ID: <20260713130320.1197625-3-c.heiss@proxmox.com> (raw)
In-Reply-To: <20260713130320.1197625-1-c.heiss@proxmox.com>
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 <c.heiss@proxmox.com>
---
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
next prev parent reply other threads:[~2026-07-13 13:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-13 13:03 [PATCH installer 0/3] clean up old, unused files Christoph Heiss
2026-07-13 13:03 ` [PATCH installer 1/3] checktime: drop unused script Christoph Heiss
2026-07-13 13:03 ` Christoph Heiss [this message]
2026-07-13 13:03 ` [PATCH installer 3/3] interfaces: drop unused file Christoph Heiss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260713130320.1197625-3-c.heiss@proxmox.com \
--to=c.heiss@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.