public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexander Zeidler <a.zeidler@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH installer] assistant: prepare iso: s/direct/included to match current naming
Date: Tue, 23 Apr 2024 11:00:26 +0200	[thread overview]
Message-ID: <20240423090026.43808-1-a.zeidler@proxmox.com> (raw)

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


             reply	other threads:[~2024-04-23  9:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-23  9:00 Alexander Zeidler [this message]
2024-04-23 16:32 ` [pve-devel] applied: " Thomas Lamprecht

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=20240423090026.43808-1-a.zeidler@proxmox.com \
    --to=a.zeidler@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal