summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2008-04-09 08:39:00 +0200
committerMike Christie <michaelc@cs.wisc.edu>2008-04-09 19:12:58 -0500
commit2146208ccd8c6579fa1accbe3dbe7181b46539b3 (patch)
tree50a3c44c4de8d2d95115b0d16d938152916ec693 /Makefile
parent3ec8855decf4448af00074f9d033065e75846224 (diff)
downloadopen-iscsi-2146208ccd8c6579fa1accbe3dbe7181b46539b3.tar.gz
Update SUSE init scripts
These are some updates to the SUSE init scripts, plus a new boot.open-iscsi script for SUSE. The latter is used for root on iscsi, to start iscsid as early as possible to avoid deadlocks on the root fs. Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 046c0f9..e405c9c 100644
--- a/Makefile
+++ b/Makefile
@@ -79,6 +79,8 @@ install_initd_suse:
$(INSTALL) -d $(DESTDIR)$(initddir)
$(INSTALL) -m 755 etc/initd/initd.suse \
$(DESTDIR)$(initddir)/open-iscsi
+ $(INSTALL) -m 755 etc/initd/boot.suse \
+ $(DESTDIR)$(initddir)/boot.open-iscsi
install_initd_redhat:
$(INSTALL) -d $(DESTDIR)$(initddir)