From cd19cf520f4c650f88cd86f4e45ab52dbc57548d Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Fri, 6 Aug 2010 00:44:29 -0700 Subject: [PATCH] vm: Forgot to run boot.sh --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 957f67d..bd060e9 100755 --- a/util/install.sh +++ b/util/install.sh @@ -131,7 +131,7 @@ function ovs { #cd $OVS_RELEASE git clone git://openvswitch.org/openvswitch cd $OVS_RELEASE - + ./boot.sh ./configure --with-l26=/lib/modules/${KERNEL_NAME}/build make sudo make install