From eec0097172aac03325d77f496b7c893004102ef2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 26 Jan 2015 03:49:46 +0100 Subject: [PATCH] x86: add generic image, use ext4 filesystem --- targets/x86-generic/profiles.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/targets/x86-generic/profiles.mk b/targets/x86-generic/profiles.mk index 8370368a..aa4aed43 100644 --- a/targets/x86-generic/profiles.mk +++ b/targets/x86-generic/profiles.mk @@ -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))