Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms
[vpp.git] / 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