diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2017-01-26 21:42:00 -0500 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-02-02 13:42:56 +0000 |
commit | ed0e49c51841e84c72a5bb2c6d538ee779b734d4 (patch) | |
tree | 7ad7c16dc967afd07f3a99ee6a436fe924407a87 /build-root/vagrant/update.sh | |
parent | 460bc633b131d2001bb81d7c2ad5a51ec177ac93 (diff) |
Update default Vagrant box to Ubuntu 16.04, VPP-616
- Make puppetlabs/ubuntu-16.04-64-nocm the default box
- Enable x11 forwarding
- Install x11-utils required for emacs to work over X11
- Refactor run.sh
- Add VPP_VAGRANT_POST_BUILD environment variable to
allow selection of installing VPP or run "make test".
- Fix dependencies in src/vppapigen.am
Change-Id: I0ec054fdc83feb71ca8396df53ed02bf82ecd7e7
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build-root/vagrant/update.sh')
-rwxr-xr-x | build-root/vagrant/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-root/vagrant/update.sh b/build-root/vagrant/update.sh index 2a377398678..f4139d74c80 100755 --- a/build-root/vagrant/update.sh +++ b/build-root/vagrant/update.sh @@ -40,7 +40,7 @@ if [ $DISTRIB_ID == "Ubuntu" ]; then update-alternatives --install /bin/sh sh /bin/bash 100 # Install useful but non-mandatory tools - apt-get install -y emacs git-review gdb gdbserver + apt-get install -y emacs x11-utils git-review gdb gdbserver elif [ $DISTRIB_ID == "CentOS" ]; then # Standard update + upgrade dance yum check-update |