diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-07-13 21:14:54 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-07-13 21:14:54 +0000 |
commit | 3ba73a2df668205b13147c0c02fdbef300eb2109 (patch) | |
tree | f752d1879050ea76ba2235003adb5e5305139775 /loader2 | |
parent | 769e452071b2e00bcb6a9a1f34a8b9114302a4bd (diff) | |
download | anaconda-3ba73a2df668205b13147c0c02fdbef300eb2109.tar.gz anaconda-3ba73a2df668205b13147c0c02fdbef300eb2109.tar.xz anaconda-3ba73a2df668205b13147c0c02fdbef300eb2109.zip |
2006-07-13 Jeremy Katz <katzj@redhat.com>
* loader2/hardware.c (scsiSetup): Always load iSCSI modules.
Diffstat (limited to 'loader2')
-rw-r--r-- | loader2/hardware.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c index 956c04026..3ecf28bcf 100644 --- a/loader2/hardware.c +++ b/loader2/hardware.c @@ -253,9 +253,7 @@ void scsiSetup(moduleList modLoaded, moduleDeps modDeps, #if defined(__s390__) || defined(__s390x__) mlLoadModule("zfcp", modLoaded, modDeps, modInfo, NULL); #endif - if (FL_ISCSI(flags)) - mlLoadModule("iscsi_tcp", modLoaded, modDeps, modInfo, NULL); - + mlLoadModule("iscsi_tcp", modLoaded, modDeps, modInfo, NULL); } void ideSetup(moduleList modLoaded, moduleDeps modDeps, |