mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 21:21:28 +00:00
/etc/init.d/scst: Avoid that starting SCST fails with CONFIG_INFINIBAND=n
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6420 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -159,8 +159,7 @@ parse_scst_conf() {
|
||||
x86_64|i686)
|
||||
SCST_OPT_MODULES="crc32c-intel $SCST_OPT_MODULES";;
|
||||
esac
|
||||
SCST_MODULES="$SCST_MODULES isert_scst"
|
||||
SCST_OPT_MODULES="crc32c $SCST_OPT_MODULES"
|
||||
SCST_OPT_MODULES="crc32c isert_scst $SCST_OPT_MODULES"
|
||||
SCST_DAEMONS="${ISCSI_DAEMON} $SCST_DAEMONS"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user