* [PATCH datacenter-manager] ui: auto-installer: use empty string as default fqdn
@ 2026-05-22 14:46 Shannon Sterz
0 siblings, 0 replies; only message in thread
From: Shannon Sterz @ 2026-05-22 14:46 UTC (permalink / raw)
To: pdm-devel
to avoid users not setting this value themselves, as otherwise
"host.example.com" would be set as default fqdn for an answer file
config.
Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
---
ui/src/remotes/auto_installer/prepared_answer_add_wizard.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/src/remotes/auto_installer/prepared_answer_add_wizard.rs b/ui/src/remotes/auto_installer/prepared_answer_add_wizard.rs
index f1b443e..64d746f 100644
--- a/ui/src/remotes/auto_installer/prepared_answer_add_wizard.rs
+++ b/ui/src/remotes/auto_installer/prepared_answer_add_wizard.rs
@@ -55,7 +55,7 @@ impl AddAnswerWizardProperties {
target_filter: BTreeMap::new(),
// global options
country: "at".to_owned(),
- fqdn: "host.example.com".to_owned(),
+ fqdn: String::new(),
use_dhcp_fqdn: false,
keyboard: answer::KeyboardLayout::default(),
mailto: String::new(),
--
2.47.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-22 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-22 14:46 [PATCH datacenter-manager] ui: auto-installer: use empty string as default fqdn Shannon Sterz
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.