The QUICKSTART lists these repos at the top of the file, but doesn't mention the repo names at all in the install instructions. This patch explains where to clone from in the install instructions for both libhbalinux.git and fcoe-utils.git.
Signed-off-by: Robert Love <[email protected]> Tested-by: Ross Brattain <[email protected]> --- QUICKSTART | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/QUICKSTART b/QUICKSTART index a273d98..3634ee2 100644 --- a/QUICKSTART +++ b/QUICKSTART @@ -165,7 +165,12 @@ DEPENDENCIES PROCESS -1) Bootstrap, configure, make and make install +1) Obtain the latest source + + git clone git://open-fcoe.org/fcoe/libhbalinux.git + +2) Bootstrap, configure, make and make install + # cd libhbalinux # ./bootstrap.sh # rpm --eval "%configure" | sh # make @@ -190,7 +195,12 @@ DEPENDENCIES PROCESS -1) Bootstrap, configure, make and make install +1) Obtain the latest source + + git clone git://open-fcoe.org/fcoe/fcoe-utils.git + +2) Bootstrap, configure, make and make install + # cd fcoe-utils # ./bootstrap.sh # rpm --eval "%configure" | sh # make _______________________________________________ devel mailing list [email protected] https://lists.open-fcoe.org/mailman/listinfo/devel
