summaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@centrum.cz>2010-06-04 17:47:36 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commit47f7432ee17090e441591148833a73baa4f0bdad (patch)
tree4a8d4da19f69971bfba62444dbd84e31f9bafa61 /hooks
parent5ec220d6bf96059c31488b1708ed570f8763028f (diff)
downloadlive-boot-47f7432ee17090e441591148833a73baa4f0bdad.tar.gz
live-boot-47f7432ee17090e441591148833a73baa4f0bdad.zip
Adding initial iSCSI boot support.
Diffstat (limited to 'hooks')
-rwxr-xr-xhooks/live9
1 files changed, 9 insertions, 0 deletions
diff --git a/hooks/live b/hooks/live
index adadab3..cba7120 100755
--- a/hooks/live
+++ b/hooks/live
@@ -204,3 +204,12 @@ if [ -x /usr/bin/curlftpfs ]
then
copy_exec /usr/bin/curlftpfs /bin
fi
+
+# iSCSI
+if [ -x /usr/sbin/iscsistart ]
+then
+ copy_exec /usr/sbin/iscsistart /bin
+ #manual_add_modules ib_iser
+ manual_add_modules iscsi_tcp
+ manual_add_modules crc32c
+fi