mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-17 15:33:00 +01:00
The hostname, machine-id and dbus cleanup calls were missing || true, so when virt-customize fails (e.g. on newer distros) the whole script aborts. The SSH config calls already had || true, these were just missed. Cloud-Init will set the hostname on first boot anyway. Ref #12073