diff options
Diffstat (limited to 'build-root/vagrant')
-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 |