]> git.openfabrics.org - ~tnikolova/docs/.git/commitdiff
fix numbers
authorTziporet Koren <tziporet@mellanox.co.il>
Wed, 30 Jan 2008 12:20:32 +0000 (14:20 +0200)
committerTziporet Koren <tziporet@mellanox.co.il>
Wed, 30 Jan 2008 12:20:32 +0000 (14:20 +0200)
Signed-off-by: Tziporet Koren <tziporet@mellanox.co.il>
OFED_tips.txt

index 245ec59c4b2a4270d20b41d31170b1472d0f9e8e..7433ccac6795880a483155a1852732a74a8b58e9 100644 (file)
@@ -358,7 +358,7 @@ ofed_patch.sh --remove --ofed /tmp/OFED-1.3/ --patch cma_fix.patch --type kernel
 Vendors that want to add actions to the install/uninstall process of OFED can
 bind external scripts to hooks in install.pl and ofed_uninstall.sh.
 
-4.1  Specifying vendor scripts and configuration parameters
+6.1  Specifying vendor scripts and configuration parameters
 -----------------------------------------------------------
 This option is only available when installing ofed in non interactive mode.
 Edit the OFED configuration file (ofed.conf ) and add the lines below (you don't have to use all of them).
@@ -381,7 +381,7 @@ vendor_config_something=value_for_that_something
 Running ./install.pl -c ofed.conf in the OFED directory will now invoke the
 relevant vendor specific actions.
 
-4.2. Requirements from vendor scripts
+6.2. Requirements from vendor scripts
 -------------------------------------
 The script files that are given to install.pl in ofed.conf should
        - be located in the root directory of OFED
@@ -389,7 +389,7 @@ The script files that are given to install.pl in ofed.conf should
 
 If vendor script fails it fails the entire installation.
 
-4.2 Skeleton for pre/post install vendor script
+6.3 Skeleton for pre/post install vendor script
 -----------------------------------------------
 install.pl passes some useful installation variables to the vendor pre/post
 install scripts environment. See the example below for a typical usage.