VBoxManage & EULAs

Howdy y’all!

If you ever need to import a VirtualBox image from the command line using vboxmanage and the image has a EULA that must be agreed to here’s the command:

vboxmanage import eid_31_v8.ova  --detailed-progress --vsys 0 --eula accept

You DON’T need the

--detailed-progress 

switch just the

--vsys 0 --eula accept 

.

I actually found this trick by looking at the freaking source code!?!?!?!

http://www.virtualbox.org/svn/vbox/trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp

Leave a Reply

Discover more from OraMatt: YABAOracle

Subscribe now to keep reading and get access to the full archive.

Continue reading