Hi,
Proxmox VE version: 8.4.1
Im creating custom.iso with answer.toml as following:
===
[global]
keyboard = "en-us"
country = "us"
fqdn = "{{MACHINE_NAME}}.proxmox.local"
mailto = "{{MAIL_TO}}"
timezone = "UTC"
root-password = "{{ROOT_PW}}"
[network]
source = "from-answer"
cidr = "{{IP}}"
gateway = "{{GATEWAY}}"
dns = "{{DNS}}"
filter.ID_NET_NAME = "ens2f0np0"
[disk-setup]
filesystem = "ext4"
disk-list = ["nvme0n1"]
===
How can I execute automatic post install procedure to update /etc/network/interfaces file with VLAN's and Bridges
Until interfaces configured, dont have ssh access, only iLO access
Proxmox VE version: 8.4.1
Im creating custom.iso with answer.toml as following:
===
[global]
keyboard = "en-us"
country = "us"
fqdn = "{{MACHINE_NAME}}.proxmox.local"
mailto = "{{MAIL_TO}}"
timezone = "UTC"
root-password = "{{ROOT_PW}}"
[network]
source = "from-answer"
cidr = "{{IP}}"
gateway = "{{GATEWAY}}"
dns = "{{DNS}}"
filter.ID_NET_NAME = "ens2f0np0"
[disk-setup]
filesystem = "ext4"
disk-list = ["nvme0n1"]
===
How can I execute automatic post install procedure to update /etc/network/interfaces file with VLAN's and Bridges
Until interfaces configured, dont have ssh access, only iLO access