Hack: run depmod twice so it works (hopefully) on Ubuntu.
This commit is contained in:
+4
-1
@@ -287,11 +287,14 @@ function all {
|
|||||||
mn_deps
|
mn_deps
|
||||||
of
|
of
|
||||||
ovs
|
ovs
|
||||||
modprobe
|
modprobe
|
||||||
nox
|
nox
|
||||||
oftest
|
oftest
|
||||||
cbench
|
cbench
|
||||||
other
|
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 "Please reboot, then run ./mininet/util/install.sh -c to remove unneeded packages."
|
||||||
echo "Enjoy Mininet!"
|
echo "Enjoy Mininet!"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user