Only install module manually if we built OVS from source.

This commit is contained in:
Bob Lantz
2012-02-13 11:35:17 -08:00
parent a24705d784
commit e5b54a3143
+3 -2
View File
@@ -270,6 +270,8 @@ function ovs {
../configure $opts
make
sudo make install
modprobe
}
function remove_ovs {
@@ -416,7 +418,6 @@ function all {
mn_deps
of
ovs
modprobe
nox
oftest
cbench
@@ -470,7 +471,7 @@ function usage {
printf -- ' -f: install open(F)low\n' >&2
printf -- ' -h: print this (H)elp message\n' >&2
printf -- ' -k: install new (K)ernel\n' >&2
printf -- ' -m: install Open vSwitch kernel (M)odule\n' >&2
printf -- ' -m: install Open vSwitch kernel (M)odule from source dir\n' >&2
printf -- ' -n: install mini(N)et dependencies + core files\n' >&2
printf -- ' -r: remove existing Open vSwitch packages\n' >&2
printf -- ' -t: install o(T)her stuff\n' >&2