Setting up hostname before setting up the network to minimize issues as described in http://serverfault.com/questions/38114/why-does-sudo-command-take-long-to-execute

This commit is contained in:
Josh Mahowald 2012-05-07 23:11:05 -05:00 committed by Mitchell Hashimoto
parent d3686465db
commit 174df1edf0
1 changed files with 1 additions and 1 deletions

View File

@ -43,9 +43,9 @@ module Vagrant
use VM::NFS
use VM::ClearSharedFolders
use VM::ShareFolders
use VM::HostName
use VM::ClearNetworkInterfaces
use VM::Network
use VM::HostName
use VM::SaneDefaults
use VM::Customize
use VM::Boot