On Thursday 22 March 2007, Boniforti Flavio wrote: > In data Thu, 22 Mar 2007 12:09:58 +0100 > > Till Maas <[EMAIL PROTECTED]> scriveva: > > With vditool you can create a VirtualBox disk image from a real disk, > > e.g. > > > > vditool dd /path/to/another/disk/or/server/Virtualbox.vdi /dev/hda > > I presume that this means for me to install VirtualBox *also* on my > Linux PC, or is there any way to just get vditool to work "standalone"?
vditool uses shared objects on the virtualbox installation and should be placed there. Then copy one of the /usr/bin [or /usr/local/bin] vbox scripts to vditool on that bin directory. The scripts are identical and simply set up and run their calling argument ($0). Kind of silly but it works. One cannot simply symlink to execs in the virtualbox directory. _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
