while it works with two, one is what is shown in the man page and what we already use for the other paramters.
Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com> --- proxmox-auto-install-assistant/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-auto-install-assistant/src/main.rs b/proxmox-auto-install-assistant/src/main.rs index e9213f7..afbac85 100644 --- a/proxmox-auto-install-assistant/src/main.rs +++ b/proxmox-auto-install-assistant/src/main.rs @@ -379,7 +379,7 @@ fn final_iso_location(args: &CommandPrepareISO) -> PathBuf { fn inject_file_to_iso(iso: &PathBuf, file: &PathBuf, location: &str, uuid: &String) -> Result<()> { let result = Command::new("xorriso") - .arg("--boot_image") + .arg("-boot_image") .arg("any") .arg("keep") .arg("-volume_date") -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel