Loading src/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -478,7 +478,7 @@ target_fmt="${DISK_FMT:-}" case "${base,,}" in *".vdi" ) source_fmt="vdi" ;; *".vhd" ) source_fmt="vpc" ;; *".vhdx" ) source_fmt="vpc" ;; *".vhdx" ) source_fmt="vhdx" ;; *".vmdk" ) source_fmt="vmdk" ;; * ) error "Unknown file extension, type \".${base/*./}\" is not recognized!" && exit 33 ;; esac Loading Loading
src/install.sh +1 −1 Original line number Diff line number Diff line Loading @@ -478,7 +478,7 @@ target_fmt="${DISK_FMT:-}" case "${base,,}" in *".vdi" ) source_fmt="vdi" ;; *".vhd" ) source_fmt="vpc" ;; *".vhdx" ) source_fmt="vpc" ;; *".vhdx" ) source_fmt="vhdx" ;; *".vmdk" ) source_fmt="vmdk" ;; * ) error "Unknown file extension, type \".${base/*./}\" is not recognized!" && exit 33 ;; esac Loading