mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Limit support to x86, like we do on the "official" appliances on the marketplace. Aarch64 has never really been used AFAIK. Avoid the os-release import, since all that info is not important now that these appliance files are only for development scenarios. In all other cases, the official one, based on a proper release, should be used.
24 lines
585 B
Plaintext
24 lines
585 B
Plaintext
menuconfig IMAGE_ITB_GNS3A
|
|
bool "GNS3 Appliance (ITB)"
|
|
depends on BR2_x86_64
|
|
select IMAGE_ITB_QCOW
|
|
help
|
|
Create a GNS3 appliance description that, together with the
|
|
disk image, can be imported into GNS3.
|
|
|
|
config IMAGE_ITB_GNS3A_RAM
|
|
int "Reserved RAM (MiB)"
|
|
depends on IMAGE_ITB_GNS3A
|
|
default "192"
|
|
help
|
|
Amount of host RAM reserved for an appliance instance.
|
|
|
|
Minimum supported size is 192M.
|
|
|
|
config IMAGE_ITB_GNS3A_IFNUM
|
|
int "Number of interfaces"
|
|
depends on IMAGE_ITB_GNS3A
|
|
default "1"
|
|
help
|
|
Number of Ethernet interfaces to create for an appliance instance.
|