From: Dave Barach Date: Tue, 2 Feb 2016 21:59:04 +0000 (-0500) Subject: Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F199%2F1;p=vpp.git Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms Change-Id: Ia0cbf88a509392c1bd75fb242985da07c8356739 Signed-off-by: Dave Barach --- diff --git a/build-root/vagrant/bootstrap.centos7.sh b/build-root/vagrant/bootstrap.centos7.sh index d874d3c37cf..60c2456d1ca 100644 --- a/build-root/vagrant/bootstrap.centos7.sh +++ b/build-root/vagrant/bootstrap.centos7.sh @@ -19,6 +19,9 @@ yum install -y apr-devel yum install -y --enablerepo=epel libconfuse-devel yum install -y --enablerepo=epel ganglia-devel +# PCIutils +yum install -y pciutils + # Load the uio kernel module modprobe uio_pci_generic