mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-09 22:09:24 +00:00
910c686abc
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>
17 lines
274 B
Plaintext
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"]
|