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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user