Add iBFT support for iSCSI

cleanup-cruft
craig 14 years ago committed by Sebastian Pipping
parent 23fd924325
commit d9f46bb513

@ -689,10 +689,16 @@ startVolumes() {
}
startiscsi() {
if [ ! -n "${ISCSI_NOIBFT}" ]
then
good_msg "Activating iSCSI via iBFT"
iscsistart -b
fi
if [ -n "${ISCSI_INITIATORNAME}" ] && [ -n "${ISCSI_TARGET}" ] && [ -n "${ISCSI_ADDRESS}" ]
then
good_msg "Activating iSCSI"
good_msg "Activating iSCSI via cmdline"
if [ "${ISCSI_TGPT}" ]
then

@ -294,7 +294,10 @@ start_dev_mgr
[ "${DO_slowusb}" ] && sleep 10
# Start iSCSI
startiscsi
if [ -e /bin/iscsistart ]
then
startiscsi
fi
# Setup btrfs, see bug 303529
setup_btrfsctl

Loading…
Cancel
Save