]> git.proxmox.com Git - pve-installer.git/blobdiff - proxmox-auto-install-assistant/src/main.rs
auto installer: rework the default filename suffix addded to the prepared iso
[pve-installer.git] / proxmox-auto-install-assistant / src / main.rs
index 20154fe688ece5343f2e45fdfbedbbd76a6513b6..ca3839c6a939b74f26d404465bcf856dfd63ce42 100644 (file)
@@ -358,9 +358,9 @@ fn final_iso_location(args: &CommandPrepareISO) -> PathBuf {
         return specified;
     }
     let mut suffix: String = match args.fetch_from {
-        AutoInstMode::Http => "auto-http",
-        AutoInstMode::Included => "auto-answer-included",
-        AutoInstMode::Partition => "auto-part",
+        AutoInstMode::Http => "auto-from-http",
+        AutoInstMode::Included => "auto-from-iso",
+        AutoInstMode::Partition => "auto-from-partition",
     }
     .into();