How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "iParadigms/ubuntu-14.10"
config.vm.box_version = "1.1"
end
vagrant init iParadigms/ubuntu-14.10 \
--box-version 1.1
vagrant up
This version was created about 9 years ago.
Changes for VMware Fusion 7.1.1:
e1000 replaced by vmxnet3