|
|
|
@ -178,6 +178,9 @@ do
|
|
|
|
|
iscsi_debug\=*)
|
|
|
|
|
ISCSI_DEBUG=`parse_opt "${x}"`
|
|
|
|
|
;;
|
|
|
|
|
iscsi_noibft)
|
|
|
|
|
ISCSI_NOIBFT=1
|
|
|
|
|
;;
|
|
|
|
|
# Crypto
|
|
|
|
|
crypt_root\=*)
|
|
|
|
|
CRYPT_ROOT=`parse_opt "${x}"`
|
|
|
|
@ -294,7 +297,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
|
|
|
|
|