Hack: run depmod twice so it works (hopefully) on Ubuntu.

This commit is contained in:
Bob Lantz
2010-08-17 20:40:53 -07:00
parent 7268f6943c
commit dd2a2442c4
+4 -1
View File
@@ -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!"
}