Files
Provisioning/internal/image
josh 1bb6a44fc6
build-and-push / test (push) Successful in 35s
build-and-push / build-and-push (push) Successful in 1m9s
Activate Proxmox auto-installer by bypassing file-existence gate in GRUB config
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>
2026-05-14 18:27:59 -04:00
..