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 <robert.w.l...@intel.com> Tested-by: Ross Brattain <ross.b.bratt...@intel.com> --- 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 devel@open-fcoe.org https://lists.open-fcoe.org/mailman/listinfo/devel