[packages/VirtualBox] also recognize Oracle in .vdi image magic

glen glen at pld-linux.org
Wed Oct 24 20:50:23 CEST 2012


commit f7b827202284285d9eef01bd94749dfe65868b36
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Oct 24 21:50:01 2012 +0300

    also recognize Oracle in .vdi image magic

 mount.vdi | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/mount.vdi b/mount.vdi
old mode 100644
new mode 100755
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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/VirtualBox.git/commitdiff/f7b827202284285d9eef01bd94749dfe65868b36



More information about the pld-cvs-commit mailing list