Update installation instructions so that systemd init files
may be installed.

Signed-off-by: Robert Love <[email protected]>
---
 INSTALL    |    3 +++
 QUICKSTART |    3 +++
 2 files changed, 6 insertions(+)

diff --git a/INSTALL b/INSTALL
index 3abdf07..ea8c95e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -19,6 +19,9 @@ DEPENDENCIES
 
 1) Bootstrap, configure, make and make install
    # ./bootstrap.sh
+   Either execute the next line for System V init script install
    # rpm --eval "%configure" | sh
+   or the following line to install systemd unit scripts
+   # rpm --eval "%configure --with-systemdsystemunitdir=/" | sh
    # make
    # make install
diff --git a/QUICKSTART b/QUICKSTART
index 6fc82b3..c001bc1 100644
--- a/QUICKSTART
+++ b/QUICKSTART
@@ -201,7 +201,10 @@ PROCESS
 2) Bootstrap, configure, make and make install
    # cd fcoe-utils
    # ./bootstrap.sh
+   Either execute the next line for System V init script install
    # rpm --eval "%configure" | sh
+   or the following line to install systemd unit scripts
+   # rpm --eval "%configure --with-systemdsystemunitdir=/" | sh
    # make
    # make install
 

_______________________________________________
fcoe-devel mailing list
[email protected]
http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel

Reply via email to