Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms

Change-Id: Ia0cbf88a509392c1bd75fb242985da07c8356739
Signed-off-by: Dave Barach <dave@barachs.net>
This commit is contained in:
Dave Barach
2016-02-02 16:59:04 -05:00
parent b10277dedc
commit f1bb047ae8

View 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