1bb6a44fc6
The auto-installer menuentry was wrapped in 'if [ -f auto-installer-mode.toml ]' which never evaluated true. Replace the condition with 'if true' to activate the built-in auto-installer entry, and only add the answer-url to kernel lines that already have proxmox-start-auto-installer (rather than modifying the graphical install entry). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>