aboutsummaryrefslogtreecommitdiffstats
path: root/systems/centos/build_base_machine.sh
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2017-01-24 08:23:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-24 08:23:37 +0000
commita9deedfca31a34095cf12ed3abb45212c45fb725 (patch)
tree6c7eaac3ba4fae78822a7174411fb0235a641040 /systems/centos/build_base_machine.sh
parent1aee66885e918f2eeabbad331e37b14a4d774784 (diff)
parentf3205933d1ef9da4151c58c13d28ba1f26bb12a0 (diff)
Merge "centos73_install: Provide installer script for CentOS 7.3"
Diffstat (limited to 'systems/centos/build_base_machine.sh')
-rwxr-xr-xsystems/centos/build_base_machine.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/centos/build_base_machine.sh b/systems/centos/build_base_machine.sh
index 5430ceba..f2efb541 100755
--- a/systems/centos/build_base_machine.sh
+++ b/systems/centos/build_base_machine.sh
@@ -77,3 +77,5 @@ python33
python33-python-tkinter
git-review
" | grep -v ^#)
+# prevent ovs vanilla from building from source due to kernel incompatibilities
+sed -i s/'SUBBUILDS = src_vanilla'/'#SUBBUILDS = src_vanilla'/ ../src/Makefile