Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms 99/199/1
authorDave Barach <dave@barachs.net>
Tue, 2 Feb 2016 21:59:04 +0000 (16:59 -0500)
committerDave Barach <dave@barachs.net>
Tue, 2 Feb 2016 21:59:21 +0000 (16:59 -0500)
Change-Id: Ia0cbf88a509392c1bd75fb242985da07c8356739
Signed-off-by: Dave Barach <dave@barachs.net>
build-root/vagrant/bootstrap.centos7.sh

index d874d3c..60c2456 100644 (file)
@@ -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