Skip to content

Commit e5548e2

Browse files
committed
Update supported cloud images
1 parent ea3f49d commit e5548e2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bin/omni

+6-2
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,14 @@ typeset -A medialist=(
562562
[kayak_*.ngz.zfs.xz]="omnios-@[email protected]"
563563
[kayak_*.zfs.xz]="omnios-@[email protected]"
564564
[cloud-*.raw.zst]="omnios-@[email protected]"
565-
[cloud-*.vhd.zst]="omnios-@[email protected]"
566-
[cloud-*.vmdk.zst]="omnios-@[email protected]"
565+
[cloud-*.vmdk]="omnios-@[email protected]"
566+
[cloud-*.vhd]="omnios-@[email protected]"
567+
[cloud-*.qcow2]="omnios-@[email protected]"
567568
[cloud-*.zfs.zst]="omnios-@[email protected]"
568569
[*.bhyve.zst]="omnios-@[email protected]"
570+
# Legacy, but we still check for them and copy if necessary
571+
[cloud-*.vhd.zst]="omnios-@[email protected]"
572+
[cloud-*.vmdk.zst]="omnios-@[email protected]"
569573
)
570574

571575
function sort_media {

0 commit comments

Comments
 (0)