Signed-off-by: Christoph Heiss <c.he...@proxmox.com> --- unconfigured.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/unconfigured.sh b/unconfigured.sh index a39e6ad..34951e7 100755 --- a/unconfigured.sh +++ b/unconfigured.sh @@ -253,7 +253,10 @@ elif [ $start_auto_installer -ne 0 ]; then debugsh || true fi echo "Starting automatic installation" - /usr/bin/proxmox-auto-installer </run/automatic-installer-answers + + if /usr/bin/proxmox-auto-installer </run/automatic-installer-answers; then + /usr/bin/proxmox-post-hook </run/automatic-installer-answers + fi else echo "Starting the installer GUI - see tty2 (CTRL+ALT+F2) for any errors..." xinit -- -dpi "$DPI" -s 0 >/dev/tty2 2>&1 @@ -262,7 +265,7 @@ fi # just to be sure everything is on disk sync -if [ $proxdebug -ne 0 ]; then +if [ $proxdebug -ne 0 ]; then printf "\nDebug shell after installation exited (type exit or CTRL-D to reboot)\n" debugsh || true fi -- 2.45.1 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel