Files
proxmox-ve/answer.toml
2024-10-02 14:28:12 +02:00

17 lines
293 B
TOML

# see https://pve.proxmox.com/wiki/Automated_Installation
[global]
keyboard = "de-ch"
country = "ch"
timezone = "Europe/Zurich"
fqdn = "pve.example.com"
mailto = "pve@example.com"
root_password = "vagrant"
[network]
source = "from-dhcp"
[disk-setup]
disk_list = ["sda"]
filesystem = "ext4"