summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
Commit message (Expand)AuthorAgeFilesLines
* (load_category__prompt) fix spacing in module listThierry Vignaud2004-09-151-1/+2
* when installing on kernel 2.4, do generate a valid modprobe.conf anywayPascal Rigaux2004-09-072-2/+11
* really parse modules file according to its type when reading it (always call ...Olivier Blin2004-08-243-13/+19
* perl_checker compliancePascal Rigaux2004-08-102-2/+2
* internally keep module names according to what we configure (and our kernel, ...Pascal Rigaux2004-08-103-18/+48
* perl_checker enhancementPascal Rigaux2004-07-221-1/+1
* add $IdPascal Rigaux2004-07-223-3/+3
* modules::modprobe_conf now works (at least a little :)Pascal Rigaux2004-07-223-91/+223
* - %modules::conf is no more a global, so many functions need passing $modules...Pascal Rigaux2004-07-214-16/+281
* modules::mergein_conf() doesn't need to be given /etc/modules.confPascal Rigaux2004-07-071-1/+1
* (load_category__prompt_for_more) do not list probed category in detected hard...Thierry Vignaud2004-02-231-1/+1
* (load_category__prompt_for_more) show quotes around detected hardware in orderThierry Vignaud2004-02-231-1/+1
* don't have a wait_message above another empty wait_message when probing hardwarePascal Rigaux2004-02-131-1/+1
* (config_window) do not even try to hint the user about the parameterThierry Vignaud2004-02-031-1/+2
* (parameters) fix modinfo parsing (format had been altered betweenThierry Vignaud2004-02-031-1/+5
* help perl_checkerPascal Rigaux2004-01-221-0/+1
* kernel 2.6 .ko adaptationPascal Rigaux2004-01-201-2/+1
* write_conf() doesn't need $prefix anymorePascal Rigaux2004-01-051-1/+1
* minor cleanupThierry Vignaud2003-10-171-1/+1
* if some module has no parameter, instead of not displaying the configThierry Vignaud2003-09-111-1/+5
* translate one more stringThierry Vignaud2003-09-111-1/+1
* do translate choices N_("Yes"), N_("No"), N_("See hardware info")Pascal Rigaux2003-08-191-1/+1
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-191-1/+0
* fix BUG 2530, no more spurious window when insmoding failDamien Chaumette2003-05-201-1/+2
* new perl_checker compliancePascal Rigaux2003-04-171-4/+4
* join detect_devices::stringlist() to have it in a text box (eurk!)Pascal Rigaux2003-02-251-1/+1
* - set_help is deprecatedPascal Rigaux2003-02-131-1/+4
* use run_program::get_stdoutPascal Rigaux2003-02-031-3/+1
* pixelize(tm)Thierry Vignaud2003-02-031-3/+1
* (load_category__prompt_for_more): cleanup, propose "See hardware info" in any...Pascal Rigaux2003-01-231-3/+2
* English proofreading by Stew BenedictsPablo Saratxaga2003-01-211-2/+2
* move any::load_category() to network::interactive::load_category()Pascal Rigaux2002-12-291-0/+117
* bug fixThierry Vignaud2002-12-051-1/+1
* rename modparm as modules::parametersThierry Vignaud2002-11-182-2/+63
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* split harddrake part that configure a module into modules::interactiveThierry Vignaud2002-09-241-0/+25