mirror of
https://github.com/jon4hz/proxmox-ve.git
synced 2025-12-19 23:15:41 +01:00
17 lines
293 B
TOML
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"
|