Files
PSProxmoxVE/tests/infrastructure/answer.toml.tftpl
T
Clint Branham 910c686abc fix(ci): remove invalid on_first_boot field from answer.toml
The on_first_boot option is a CLI flag for prepare-iso, not a valid
field in the answer file's [global] section. The first-boot script
is already passed via --on-first-boot in prepare-auto-iso.sh.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 14:15:35 -05:00

17 lines
274 B
Plaintext

[global]
keyboard = "en-us"
country = "us"
fqdn = "pve-test.local"
mailto = "test@test.local"
timezone = "UTC"
root_password = "${root_password}"
reboot_on_error = true
root_ssh_keys = []
[network]
source = "from-dhcp"
[disk-setup]
filesystem = "ext4"
disk_list = ["sda"]