Where does the name \'default\' come from when launching a vagrant box?
$ vagrant up Bringing machine \'default\' up with \'virtualbox\' provider... <
$ vagrant up Bringing machine \'default\' up with \'virtualbox\' provider...
If you want to change anything else instead of 'default', then just add these additional lines to your Vagrantfile:
config.vm.define "tendo" do |tendo| end
Where "tendo" will be the name that will appear instead of default