[ovs-dev] [PATCH] INSTALL: Recommend installing kernel modules with "make modules_install".

Ben Pfaff blp at nicira.com
Mon Sep 10 16:56:28 UTC 2012


Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 INSTALL |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/INSTALL b/INSTALL
index 671c4a4..4d94c52 100644
--- a/INSTALL
+++ b/INSTALL
@@ -261,6 +261,11 @@ Prerequisites section, follow the procedure below to build.
    you do not understand what this means or do not know if your driver
    will work, do not set this.
 
+   Once you verify that the kernel modules load properly, you should
+   install them:
+
+      % make modules_install
+
 7. Initialize the configuration database using ovsdb-tool, e.g.:
 
       % mkdir -p /usr/local/etc/openvswitch
-- 
1.7.2.5




More information about the dev mailing list