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