fix: configurable OVMF/machine type, routes syntax, package lists, interface names
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
if (system_raw.network.interfaces | default([]) | length > 0)
|
||||
else (
|
||||
[{
|
||||
'name': 'eth0',
|
||||
'name': '',
|
||||
'bridge': system_raw.network.bridge | default('') | string,
|
||||
'vlan': system_raw.network.vlan | default('') | string,
|
||||
'ip': system_raw.network.ip | default('') | string,
|
||||
|
||||
Reference in New Issue
Block a user