]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
also recognize Oracle in .vdi image magic
authorElan Ruusamäe <glen@delfi.ee>
Wed, 24 Oct 2012 18:50:01 +0000 (21:50 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 24 Oct 2012 18:50:01 +0000 (21:50 +0300)
mount.vdi [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 16bbf72..a6692ee
--- a/mount.vdi
+++ b/mount.vdi
@@ -100,6 +100,8 @@ case "$magic" in
        ;;
 "<<< Sun VirtualBox Disk Image >>>")
        ;;
+"<<< Oracle VM VirtualBox Disk Image >>>")
+       ;;
 *)
        echo >&2 "$PROGRAM: $DEVICE: bad magic, not VDI image"
        exit 1
This page took 0.028973 seconds and 4 git commands to generate.