On Thu, Oct 17, 2002 at 12:38:20AM +0200, Denis Barbier wrote: > ethdetect/detection_type template should be boolean, and default for > ethdetect/module_select is not listed in choices field.
The following fixes these, and updates the module list to match the contents of nic-modules-2.4.19-386-udeb_2.4.19-3_i386.udeb. Matt --- tools/ddetect/debian/ethdetect.templates.~1.10.~ 2002-09-01 11:00:02.000000000 -0700 +++ tools/ddetect/debian/ethdetect.templates 2002-10-16 16:20:38.000000000 -0700 @@ -10,8 +10,8 @@ Template: ethdetect/module_select Type: select -Choices: 3c509, ne, ne2000, 3c59x, acenic, dgrs, dmfe, eepro100, epic100, hp100, ibmtr, ne2k-pci, old_tulip, rtl8139, sis900, sktr, tlan, tulip, other -Default: unknown +Choices: 3c59x, 8139too, eepro100, mii, natsemi, ne, ne2k-pci, smc-ultra, tulip, +via-rhine, wd, winbond-840, other +Default: other Description: What module does your ethernet card require? This is a list of modules that I know about. Choose the module from the list that supports your card. If your card requires a different module, @@ -31,9 +31,7 @@ looks something like "IRQ=7 IO=0x220" Template: ethdetect/detection_type -Type: select -Choices: yes, no -Default: passive +Type: boolean Description: Would you like me to try to detect hardware? I can automatically detect some hardware. If you would like me to try choose 'yes'. If you choose 'no' you will be prompted to identify your -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

