summaryrefslogtreecommitdiff
path: root/tools/ds-identify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ds-identify')
-rwxr-xr-xtools/ds-identify4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/ds-identify b/tools/ds-identify
index 374c3ad1..cd268242 100755
--- a/tools/ds-identify
+++ b/tools/ds-identify
@@ -664,7 +664,9 @@ is_cdrom_ovf() {
esac
# fast path known 'OVF' labels
- [ "$label" = "OVF-TRANSPORT" -o "$label" = "ovf-transport" ] && return 0
+ case "$label" in
+ OVF-TRANSPORT|ovf-transport|OVFENV|ovfenv) return 0;;
+ esac
# explicitly skip known labels of other types. rd_rdfe is azure.
case "$label" in