diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-08 08:16:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-08 08:16:08 +0000 |
commit | fc480dd1139f12730c68c72f738b3df8080af283 (patch) | |
tree | b356bd43a663558e71bfc3428851d44c90871a40 /systems/rhel | |
parent | 77de48c31767556fb9f0de76285d1beed16dd828 (diff) | |
parent | 8f8733f857c16a7877f291f15302f9b0c9ac97ee (diff) |
Merge "install: Missing packages for numa library"
Diffstat (limited to 'systems/rhel')
-rwxr-xr-x | systems/rhel/7.2/build_base_machine.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/systems/rhel/7.2/build_base_machine.sh b/systems/rhel/7.2/build_base_machine.sh index 86608066..2319535b 100755 --- a/systems/rhel/7.2/build_base_machine.sh +++ b/systems/rhel/7.2/build_base_machine.sh @@ -50,6 +50,8 @@ pkglist=( socat\ tk-devel\ wget\ + numactl\ + numactl-devel\ ) # python tools for proper QEMU, DPDK, and OVS make @@ -95,4 +97,4 @@ rm -f Python-3.4.2.tar.xz pip3.4 install virtualenv # Create hugepage dirs -mkdir -p /dev/hugepages
\ No newline at end of file +mkdir -p /dev/hugepages |