From 20a8c95eb58618feb5f976f9eae043a5b5f484af Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 15 Mar 2015 18:26:29 +0100 Subject: [PATCH] x86-{generic,kvm_guest}: generate sysupgrade images No autoupdater support yet, but that will follow. --- targets/x86-generic/profiles.mk | 6 +++--- targets/x86-kvm_guest/profiles.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/targets/x86-generic/profiles.mk b/targets/x86-generic/profiles.mk index 5c46f58f..65b1bb5d 100644 --- a/targets/x86-generic/profiles.mk +++ b/targets/x86-generic/profiles.mk @@ -1,14 +1,14 @@ $(eval $(call GluonProfile,GENERIC,kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity)) $(eval $(call GluonProfileFactorySuffix,GENERIC,-ext4,.img.gz)) -$(eval $(call GluonProfileSysupgradeSuffix,GENERIC)) +$(eval $(call GluonProfileSysupgradeSuffix,GENERIC,-ext4,.img.gz)) $(eval $(call GluonModel,GENERIC,combined,x86-generic)) $(eval $(call GluonProfile,VDI,kmod-pcnet32 kmod-e1000)) $(eval $(call GluonProfileFactorySuffix,VDI,-ext4,.vdi)) -$(eval $(call GluonProfileSysupgradeSuffix,VDI)) +$(eval $(call GluonProfileSysupgradeSuffix,VDI,-ext4,.img.gz)) $(eval $(call GluonModel,VDI,combined,x86-virtualbox)) $(eval $(call GluonProfile,VMDK,kmod-pcnet32)) $(eval $(call GluonProfileFactorySuffix,VMDK,-ext4,.vmdk)) -$(eval $(call GluonProfileSysupgradeSuffix,VMDK)) +$(eval $(call GluonProfileSysupgradeSuffix,VMDK,-ext4,.img.gz)) $(eval $(call GluonModel,VMDK,combined,x86-vmware)) diff --git a/targets/x86-kvm_guest/profiles.mk b/targets/x86-kvm_guest/profiles.mk index 9b8042c3..22fb8903 100644 --- a/targets/x86-kvm_guest/profiles.mk +++ b/targets/x86-kvm_guest/profiles.mk @@ -1,4 +1,4 @@ $(eval $(call GluonProfile,KVM,kmod-virtio-balloon kmod-virtio-net kmod-virtio-random)) $(eval $(call GluonProfileFactorySuffix,KVM,-ext4,.img.gz)) -$(eval $(call GluonProfileSysupgradeSuffix,KVM)) +$(eval $(call GluonProfileSysupgradeSuffix,KVM,-ext4,.img.gz)) $(eval $(call GluonModel,KVM,combined,x86-kvm))