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
+4 -1
View File
@@ -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