mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
build: T6666: singular image_format in flavor files
This commit is contained in:
parent
c75174bb4a
commit
16a4c4d503
@ -1,6 +1,6 @@
|
|||||||
# ISO image for Dell VEP4600 devices
|
# ISO image for Dell VEP4600 devices
|
||||||
|
|
||||||
image_formats = "iso"
|
image_format = "iso"
|
||||||
|
|
||||||
# Replace built-in NIC naming rules with empty files
|
# Replace built-in NIC naming rules with empty files
|
||||||
# to prevent them from taking any effect
|
# to prevent them from taking any effect
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# ISO image for Dell VEP4600 devices
|
# ISO image for Dell VEP4600 devices
|
||||||
|
|
||||||
image_formats = "iso"
|
image_format = "iso"
|
||||||
|
|
||||||
# Replace built-in NIC naming rules with empty files
|
# Replace built-in NIC naming rules with empty files
|
||||||
# to prevent them from taking any effect
|
# to prevent them from taking any effect
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
# Installation ISO for the XCP-ng virtualization platform
|
# Installation ISO for the XCP-ng virtualization platform
|
||||||
|
|
||||||
image_formats = "iso"
|
image_format = "iso"
|
||||||
|
|
||||||
# Include these packages in the image
|
# Include these packages in the image
|
||||||
packages = ["xe-guest-utilities"]
|
packages = ["xe-guest-utilities"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user