Changed to not install kernel on ubuntu.
This commit is contained in:
+4
-1
@@ -266,7 +266,10 @@ function modprobe {
|
|||||||
|
|
||||||
function all {
|
function all {
|
||||||
echo "Running all commands..."
|
echo "Running all commands..."
|
||||||
kernel
|
if [ "$DIST" != "Ubuntu" ]; then
|
||||||
|
# Ubuntu ships with Mininet-compatible kernel
|
||||||
|
kernel
|
||||||
|
fi
|
||||||
mn_deps
|
mn_deps
|
||||||
of
|
of
|
||||||
ovs
|
ovs
|
||||||
|
|||||||
Reference in New Issue
Block a user