Skip to content

Commit

Permalink
x86: add generic image, use ext4 filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jan 26, 2015
1 parent 8f853aa commit eec0097
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions targets/x86-generic/profiles.mk
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
$(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))

$(eval $(call GluonProfile,VDI,kmod-pcnet32))
$(eval $(call GluonProfileFactorySuffix,VDI))
$(eval $(call GluonProfileSysupgradeSuffix,VDI))
$(eval $(call GluonProfileExtraSuffix,VDI,.vdi))
$(eval $(call GluonModel,VDI,combined-squashfs,x86-virtualbox))
$(eval $(call GluonModel,VDI,combined-ext4,x86-virtualbox))

$(eval $(call GluonProfile,VMDK,kmod-pcnet32))
$(eval $(call GluonProfileFactorySuffix,VMDK))
$(eval $(call GluonProfileSysupgradeSuffix,VMDK))
$(eval $(call GluonProfileExtraSuffix,VMDK,.vmdk))
$(eval $(call GluonModel,VMDK,combined-squashfs,x86-vmware))
$(eval $(call GluonModel,VMDK,combined-ext4,x86-vmware))

0 comments on commit eec0097

Please sign in to comment.