Upgrade vagrant config to use Ubuntu 14.04

This uses the sputnik13/trusty64 image rather then the official
ubuntu/trusty64 image in order to get libvirt provider support as
wall as virtualbox provider support.
This commit is contained in:
Tom Hughes 2015-05-31 14:53:02 +01:00
parent 835eff6346
commit 0546ebb7b0
2 changed files with 3 additions and 13 deletions

View file

@ -9,16 +9,6 @@ export LC_ALL=en_GB.utf8
# make sure we have up-to-date packages
apt-get update
## vagrant grub-pc fix from: https://gist.github.com/jrnickell/6289943
# parameters
echo "grub-pc grub-pc/kopt_extracted boolean true" | debconf-set-selections
echo "grub-pc grub2/linux_cmdline string" | debconf-set-selections
echo "grub-pc grub-pc/install_devices multiselect /dev/sda" | debconf-set-selections
echo "grub-pc grub-pc/install_devices_failed_upgrade boolean true" | debconf-set-selections
echo "grub-pc grub-pc/install_devices_disks_changed multiselect /dev/sda" | debconf-set-selections
# vagrant grub fix
dpkg-reconfigure -f noninteractive grub-pc
# upgrade all packages
apt-get upgrade -y