X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.RHEL;h=039a857030f163fd71cf868667aafd910b94b6fd;hb=refs%2Fheads%2Fof1.1;hp=35589484026a57f2dd95c7f6fa51f7529e9d87b3;hpb=c434706a374bd44d1274e7bdbee40067a6620b61;p=openvswitch diff --git a/INSTALL.RHEL b/INSTALL.RHEL index 35589484..039a8570 100644 --- a/INSTALL.RHEL +++ b/INSTALL.RHEL @@ -53,7 +53,24 @@ RHEL. On RHEL 5, the default RPM source directory is rpmbuild -bb rhel/openvswitch-kmod-rhel6.spec - This produces an "kmod-openvswitch" RPM. + You might have to specify a kernel version and/or variants, e.g.: + + rpmbuild -bb \ + -D "kversion 2.6.32-131.6.1.el6.x86_64" \ + -D "kflavors default debug kdump" \ + rhel/openvswitch-kmod-rhel6.spec + + This produces an "kmod-openvswitch" RPM for each kernel variant, + in this example: "kmod-openvswitch", "kmod-openvswitch-debug", and + "kmod-openvswitch-kdump". + +Red Hat Network Scripts Integration +----------------------------------- + +Simple integration with Red Hat network scripts has been implemented. +Please read rhel/README.RHEL in the source tree or +/usr/share/doc/openvswitch/README.RHEL in the installed openvswitch +package for details. Reporting Bugs --------------