bootdisk/trunk/batch-installer/ui: ui-main ui-wizard

hawk cvs at pld-linux.org
Tue Dec 6 22:43:50 CET 2005


Author: hawk
Date: Tue Dec  6 22:43:43 2005
New Revision: 6602

Modified:
   bootdisk/trunk/batch-installer/ui/ui-main
   bootdisk/trunk/batch-installer/ui/ui-wizard
Log:
- doh, I'm blind, ide-detect is always required with IDE, lets
  use name 'ide-generic' here


Modified: bootdisk/trunk/batch-installer/ui/ui-main
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-main	(original)
+++ bootdisk/trunk/batch-installer/ui/ui-main	Tue Dec  6 22:43:43 2005
@@ -668,7 +668,7 @@
 ui-hostadapters_modules () {
 dml <<EOF 
     <br>`nls "Put the names of kernel modules for your IDE/SCSI/SATA adapters"`
-    <br>`nls "you wish to use. If unsure, type 'ide-detect' for Generic IDE."`
+    <br>`nls "you wish to use. If unsure, type 'ide-generic' for Generic IDE."`
     <br>`nls "If you have only one adapter, you may select it from the list."`
     <br>
     <meta title='$(nls "IDE/SCSI/SATA adapters kernel module selection")'>
@@ -691,7 +691,7 @@
 	echo "<item id=\"$module\">$module: $name"
       done
     )
-    <item id=ide-detect>ide-detect: `nls "Generic IDE driver"`
+    <item id=ide-generic>ide-generic: `nls "Generic IDE driver"`
     </menu> 
     $@
 EOF

Modified: bootdisk/trunk/batch-installer/ui/ui-wizard
==============================================================================
--- bootdisk/trunk/batch-installer/ui/ui-wizard	(original)
+++ bootdisk/trunk/batch-installer/ui/ui-wizard	Tue Dec  6 22:43:43 2005
@@ -144,7 +144,7 @@
 done
 
 )
-  <item id=ide-detect checked=0>$(nls "Generic IDE driver")
+  <item id=ide-generic checked=0>$(nls "Generic IDE driver")
 </menu><br>
 $ok_cancel
 EOF
@@ -241,7 +241,6 @@
 
       if [ "$real_system" = no ] ; then
         detected_ide=`detect-pci-devices ide -m`
-	detected_ide="$detected_ide ide-detect"
         detected_scsi=`detect-pci-devices scsi -m`
 	for ide in $detected_ide; do
 	  if echo "$hostadapters_modules" | grep -q $ide; then



More information about the pld-cvs-commit mailing list