diff options
author | Dave Barach <dave@barachs.net> | 2016-02-02 16:59:04 -0500 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-02-02 16:59:21 -0500 |
commit | f1bb047ae820a4068fe32c23aea46e6a84db7c9c (patch) | |
tree | 949ff580a62f058db30843bdad3cc106666dd59f /build-root | |
parent | b10277dedc04da0c4334fadf2ac6b18a453f6491 (diff) |
Add pciutils to the CentOS vagrant bootstrap; needed to install vpp rpms
Change-Id: Ia0cbf88a509392c1bd75fb242985da07c8356739
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'build-root')
-rw-r--r-- | build-root/vagrant/bootstrap.centos7.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |