Resolve hang with grub-pc

Change-Id: I8df014d0d8cd109d797c29b787a83ce465d31e64
This commit is contained in:
Roland Hochmuth 2017-01-27 23:06:22 -07:00
parent d8311de3f8
commit b293fed12f
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Vagrant.configure(2) do |config|
config.vm.hostname = "devstack"
config.vm.box = "bento/ubuntu-16.04"
# config.vm.box_check_update = false
config.vm.box_check_update = false
config.vm.network "private_network",ip:"192.168.10.6"
config.vm.synced_folder "~/", "/vagrant_home"
@ -39,8 +39,8 @@ Vagrant.configure(2) do |config|
end
config.vm.provision "shell", privileged: false, inline: <<-SHELL
sudo apt-get update
sudo apt-get -y upgrade
# sudo apt-get update
# sudo apt-get -y upgrade
sudo apt-get -y install git
if [ $http_proxy ]; then