diff options
author | Harald Hoyer <harald@redhat.com> | 2013-08-09 10:33:27 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-08-09 10:33:27 +0200 |
commit | 7929ec198fa693f07160518b6858e967fdd53f48 (patch) | |
tree | 7a9834e1d2cf453c6d66f38e3d1207e4dc300f47 | |
parent | 0b11ea71996a7b804afbc38d1d5461fb0f4ef882 (diff) | |
download | dracut-7929ec198fa693f07160518b6858e967fdd53f48.tar.gz dracut-7929ec198fa693f07160518b6858e967fdd53f48.tar.bz2 dracut-7929ec198fa693f07160518b6858e967fdd53f48.zip |
iscsi/module-setup.sh: install some modules regardless of hostonly
-rwxr-xr-x | modules.d/95iscsi/module-setup.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules.d/95iscsi/module-setup.sh b/modules.d/95iscsi/module-setup.sh index 3f817ecf..502e8345 100755 --- a/modules.d/95iscsi/module-setup.sh +++ b/modules.d/95iscsi/module-setup.sh @@ -36,7 +36,8 @@ depends() { installkernel() { local _arch=$(uname -m) - instmods iscsi_tcp iscsi_ibft crc32c bnx2i iscsi_boot_sysfs qla4xxx cxgb3i cxgb4i be2iscsi + instmods bnx2i qla4xxx cxgb3i cxgb4i be2iscsi + hostonly="" instmods iscsi_tcp iscsi_ibft crc32c iscsi_boot_sysfs iscsi_module_filter() { local _funcs='iscsi_register_transport' # subfunctions inherit following FDs |