Exclude i2o_scsi driver.

This kernel module is dangerous to load here.  It is meant only to allow direct
access to SCSI disks, which can destroy data.  The i2o_block driver gives you
access to the defined hardware RAID arrays.
master
Warren Togami 2009-06-11 19:28:02 -04:00
parent 8bd5873ffc
commit 71afe645d7
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ instmods() {
fi
;;
--*) mpargs+=" $mod";;
i2o_scsi)
# Must never run this diagnostic-only module
shift; continue;
;;
*) mod=${mod##*/}
# if we are already installed, skip this module and go on
# to the next one.