2015-01-26 02:49:46 +00:00
|
|
|
$(eval $(call GluonProfile,GENERIC))
|
|
|
|
$(eval $(call GluonProfileFactorySuffix,GENERIC))
|
|
|
|
$(eval $(call GluonProfileSysupgradeSuffix,GENERIC))
|
|
|
|
$(eval $(call GluonProfileExtraSuffix,GENERIC,.img.gz))
|
|
|
|
$(eval $(call GluonModel,GENERIC,combined-ext4,x86-generic))
|
|
|
|
|
2015-01-25 02:31:58 +00:00
|
|
|
$(eval $(call GluonProfile,VDI,kmod-pcnet32))
|
|
|
|
$(eval $(call GluonProfileFactorySuffix,VDI))
|
|
|
|
$(eval $(call GluonProfileSysupgradeSuffix,VDI))
|
|
|
|
$(eval $(call GluonProfileExtraSuffix,VDI,.vdi))
|
2015-01-26 02:49:46 +00:00
|
|
|
$(eval $(call GluonModel,VDI,combined-ext4,x86-virtualbox))
|
2015-01-25 02:31:58 +00:00
|
|
|
|
|
|
|
$(eval $(call GluonProfile,VMDK,kmod-pcnet32))
|
|
|
|
$(eval $(call GluonProfileFactorySuffix,VMDK))
|
|
|
|
$(eval $(call GluonProfileSysupgradeSuffix,VMDK))
|
|
|
|
$(eval $(call GluonProfileExtraSuffix,VMDK,.vmdk))
|
2015-01-26 02:49:46 +00:00
|
|
|
$(eval $(call GluonModel,VMDK,combined-ext4,x86-vmware))
|