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