Build: Support VDI, VDHX, VMDK (#259)

* Support VDI, VDHX, VMDK

* Update hassos-hook.sh

* Update hdd-image.sh
This commit is contained in:
Pascal Vizeli
2018-11-26 12:14:44 +01:00
committed by GitHub
parent 4411307353
commit 5ff51846e2
2 changed files with 13 additions and 2 deletions

View File

@@ -14,7 +14,10 @@ function hassos_pre_image() {
function hassos_post_image() {
convert_disk_image_vmdk
convert_disk_image_virtual
convert_disk_image_gz vmdk
convert_disk_image_gz vhdx
convert_disk_image_gz vdi
}