diff options
author | Harald Hoyer <harald@redhat.com> | 2012-10-03 16:36:15 -0400 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-10-03 16:40:36 -0400 |
commit | 4d51eff05fe973bc5631a9ea2e7752192e7e1192 (patch) | |
tree | bcbcfe73f8366f2739a2e9f8c6fb03a14b813ea2 /dracut-functions.sh | |
parent | a6c718ce8ecb3c55c522de281988fa34d56db95b (diff) | |
download | dracut-4d51eff05fe973bc5631a9ea2e7752192e7e1192.tar.gz dracut-4d51eff05fe973bc5631a9ea2e7752192e7e1192.tar.bz2 dracut-4d51eff05fe973bc5631a9ea2e7752192e7e1192.zip |
dracut-functions.sh: move the i2o_scsi to the omit_drivers variable
Diffstat (limited to 'dracut-functions.sh')
-rwxr-xr-x | dracut-functions.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dracut-functions.sh b/dracut-functions.sh index aa709193..5825338a 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -1478,7 +1478,6 @@ instmods() { ((_ret+=$?)) ;; --*) _mpargs+=" $_mod" ;; - i2o_scsi) return 0;; # Do not load this diagnostic-only module *) _mod=${_mod##*/} # if we are already installed, skip this module and go on |