* [pve-devel] [PATCH installer] assistant: prepare iso: s/direct/included to match current naming
@ 2024-04-23 9:00 Alexander Zeidler
2024-04-23 16:32 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Zeidler @ 2024-04-23 9:00 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
---
proxmox-auto-install-assistant/src/main.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs
index 17f8e96..c14316c 100644
--- a/proxmox-auto-install-assistant/src/main.rs
+++ b/proxmox-auto-install-assistant/src/main.rs
@@ -282,13 +282,13 @@ fn prepare_iso(args: &CommandPrepareISO) -> Result<()> {
if args.install_mode == AutoInstModes::Included {
if args.answer_file.is_none() {
- bail!("Missing path to answer file needed for 'direct' install mode.");
+ bail!("Missing path to answer file needed for 'included' install mode.");
}
if args.cert_fingerprint.is_some() {
- bail!("No certificate fingerprint needed for direct install mode. Drop the parameter!");
+ bail!("No certificate fingerprint needed for 'included' install mode. Drop the parameter!");
}
if args.url.is_some() {
- bail!("No URL needed for direct install mode. Drop the parameter!");
+ bail!("No URL needed for 'included' install mode. Drop the parameter!");
}
} else if args.install_mode == AutoInstModes::Partition {
if args.cert_fingerprint.is_some() {
--
2.39.2
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH installer] assistant: prepare iso: s/direct/included to match current naming
2024-04-23 9:00 [pve-devel] [PATCH installer] assistant: prepare iso: s/direct/included to match current naming Alexander Zeidler
@ 2024-04-23 16:32 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2024-04-23 16:32 UTC (permalink / raw)
To: Proxmox VE development discussion, Alexander Zeidler
Am 23/04/2024 um 11:00 schrieb Alexander Zeidler:
> Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
> ---
> proxmox-auto-install-assistant/src/main.rs | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
>
applied, thanks!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-23 16:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-23 9:00 [pve-devel] [PATCH installer] assistant: prepare iso: s/direct/included to match current naming Alexander Zeidler
2024-04-23 16:32 ` [pve-devel] applied: " Thomas Lamprecht
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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal