diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-24 08:23:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 08:23:37 +0000 |
commit | a9deedfca31a34095cf12ed3abb45212c45fb725 (patch) | |
tree | 6c7eaac3ba4fae78822a7174411fb0235a641040 /systems | |
parent | 1aee66885e918f2eeabbad331e37b14a4d774784 (diff) | |
parent | f3205933d1ef9da4151c58c13d28ba1f26bb12a0 (diff) |
Merge "centos73_install: Provide installer script for CentOS 7.3"
Diffstat (limited to 'systems')
-rwxr-xr-x | systems/centos/build_base_machine.sh | 2 |
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 |