X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2Fvagrant%2Fbootstrap.ubuntu1404.sh;h=d6729073abf77495a1c3ce75147938d61ea6af01;hb=efe710fe56f9dc6117f5777dc1f9dbd6748352e4;hp=fc1a3b8d1ef05902c18973558679fd8e9c64abcd;hpb=d255ee13f57a73d2374dbcd63b1a377d88672557;p=vpp.git diff --git a/build-root/vagrant/bootstrap.ubuntu1404.sh b/build-root/vagrant/bootstrap.ubuntu1404.sh index fc1a3b8d1ef..d6729073abf 100644 --- a/build-root/vagrant/bootstrap.ubuntu1404.sh +++ b/build-root/vagrant/bootstrap.ubuntu1404.sh @@ -23,9 +23,6 @@ apt-get install -y openjdk-7-jdk # $$$ comment out for the moment # apt-get install -y --force-yes maven3 -# Install debian packaging tools -apt-get install -y debhelper dkms - # Setup for hugepages using upstart so it persists across reboots echo "vm.nr_hugepages=1024" >> /etc/sysctl.d/20-hugepages.conf sysctl --system