bootdisk/trunk/batch-installer/installer-prep

hawk cvs at pld-linux.org
Mon Mar 20 00:50:04 CET 2006


Author: hawk
Date: Mon Mar 20 00:50:02 2006
New Revision: 7246

Modified:
   bootdisk/trunk/batch-installer/installer-prep
Log:
- cosmetics


Modified: bootdisk/trunk/batch-installer/installer-prep
==============================================================================
--- bootdisk/trunk/batch-installer/installer-prep	(original)
+++ bootdisk/trunk/batch-installer/installer-prep	Mon Mar 20 00:50:02 2006
@@ -444,7 +444,7 @@
   # also write entries to modules.conf/modprobe.conf
   for ide in $detected_ide; do
     if echo "$1" | grep -q $ide; then
-      # if not ide-generit then write info about ide adapters
+      # if not ide-generic then write info about ide adapters
       # into modules.conf/modprobe.conf
       if test "x$ide" != "xide-generic"; then
         for i in /etc/modules.conf /etc/modprobe.conf; do
@@ -473,7 +473,9 @@
     fi
   done
 
-  # same for scsi
+  # check if any of modules to be loaded is for SCSI device
+  # and if it is, load module sd_mod, also write entries to
+  # modules.conf/modprobe.conf
   for scsi in $detected_scsi; do
     if echo "$1" | grep -q $scsi; then
       for i in /etc/modules.conf /etc/modprobe.conf; do


More information about the pld-cvs-commit mailing list