From dd2a2442c47c8b71b8a00b19f97315f99fb02689 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 17 Aug 2010 20:40:53 -0700 Subject: [PATCH] Hack: run depmod twice so it works (hopefully) on Ubuntu. --- util/install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index e01d8f5..aa98e7d 100755 --- a/util/install.sh +++ b/util/install.sh @@ -287,11 +287,14 @@ function all { mn_deps of ovs - modprobe + modprobe nox oftest cbench other + # BL Hack: for some annoying reason, the first depmod doesn't + # seem to take on Ubuntu, so do it once again for good measure! + modprobe echo "Please reboot, then run ./mininet/util/install.sh -c to remove unneeded packages." echo "Enjoy Mininet!" }