Changed to not install kernel on ubuntu.

This commit is contained in:
Bob Lantz
2010-08-17 17:04:57 -07:00
parent 57a0bb2f95
commit 25f64a39a0
+3
View File
@@ -266,7 +266,10 @@ function modprobe {
function all { function all {
echo "Running all commands..." echo "Running all commands..."
if [ "$DIST" != "Ubuntu" ]; then
# Ubuntu ships with Mininet-compatible kernel
kernel kernel
fi
mn_deps mn_deps
of of
ovs ovs