Am 08.04.25 um 11:06 schrieb Christoph Heiss:

> @@ -47,7 +47,9 @@ fn setup_first_boot_executable(first_boot: 
> &FirstBootHookInfo) -> Result<()> {
>              }
>          }
>          FirstBootHookSourceMode::FromIso => {
> -            Some(fs::read(format!("/cdrom/{FIRST_BOOT_EXEC_NAME}"))?)
> +            Some(fs::read(format!("/cdrom/{FIRST_BOOT_EXEC_NAME}")).context(
> +                "failed loading first-boot executable from ISO (was 
> --on-first-boot specified?)",
Definitively better than the status quo, but as user I would then ask
myself how I can pass that flag to the installer, so maybe word it 
something like:

"failed loading first-boot executable from ISO (was ISO prepared with 
--on-first-boot specified?"

Or is this caught already earlier?


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to