Remove redundant apt-get install of dkms and debhelper. 11/211/2
authorDave Wallace <dwallacelf@gmail.com>
Thu, 4 Feb 2016 03:40:07 +0000 (22:40 -0500)
committerGerrit Code Review <gerrit@fd.io>
Thu, 4 Feb 2016 13:13:21 +0000 (13:13 +0000)
Change-Id: Id2caea331f86a71f26990e1ae11288826157e737
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
build-root/vagrant/bootstrap.ubuntu1404.sh

index fc1a3b8..d672907 100644 (file)
@@ -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