summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
Commit message (Collapse)AuthorAgeFilesLines
* display error when the kernel mismatch the modulesPascal Rigaux2001-09-121-1/+5
|
* moved modules::get_pcmcia_devices into detect_devices::pcmcia_probe.Francois Pons2001-09-101-14/+0
|
* probeall handlingPascal Rigaux2001-09-091-23/+38
|
* (write_conf): switch to "probeall scsi_hostadapter ..."Pascal Rigaux2001-09-091-10/+14
|
* fix write_conf regarding /etc/modules so that (1) it doesn't flush it whenGuillaume Cottenceau2001-09-081-3/+3
| | | | | | | | it didn't decide to put any modules in it (to leave user's modules) (2) it doesn't remove the last line (3) it uses stronger regexp'es for substitution to not remove modules that have names made of other modules names subsets
* (write_conf): put "probeall scsi-hosts scsi_hostadapter ..."Pascal Rigaux2001-09-081-1/+4
|
* favor tmscsim over AM53C974Pascal Rigaux2001-09-051-1/+2
|
* (add_alias): use "above" instead of "post-install"Pascal Rigaux2001-09-041-1/+1
|
* add axnet_cs to pcmcia categoryGuillaume Cottenceau2001-09-031-0/+1
|
* remove "msdos"Pascal Rigaux2001-08-291-1/+0
|
* move back sunhme in sparc onlyPascal Rigaux2001-08-171-1/+1
|
* have "catc" driver for usbnet installsGuillaume Cottenceau2001-07-311-0/+2
|
* added default option id="HiSax" to isdn moduledamien2001-07-261-1/+3
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-241-1/+1
|
* isdn now works with isdn-light. Only 64kb/s and still some debuf stuff to be ↵damien2001-07-231-0/+5
| | | | fixed.
* big work on isdn. Not finisheddamien2001-07-221-1/+1
|
* roll back some changes from PPC beta - OldWorld vs NewWorld bootloaderStew Benedict2001-07-181-2/+2
| | | | | modem detection on ttyS0, new sound module in 2.4.4
* IA64 adaptationMatthias Badaire2001-07-181-1/+2
|
* add support for install from USB Network AdaptersGuillaume Cottenceau2001-07-031-2/+6
|
* (load_thiskind): pass "options" to loadPascal Rigaux2001-06-121-3/+12
| | | | | (get_that_type): special case for ISDN
* - enhance perl2fcalls (which now handle /xxx(...)/ as a regexp in more cases)Pascal Rigaux2001-06-111-1/+1
| | | | | | - remove the use of /xxx (...)/x by /xxx(...)/ as perl2fcalls is getting smart => make gc happy which is very important, what would we be without him?
* have PPP drivers in net_raw rather than in netGuillaume Cottenceau2001-06-111-4/+4
|
* add PPP modules for 'net' driversGuillaume Cottenceau2001-06-111-0/+4
|
* skip u14-34f on stage1, seems to be duplicate from ultrastor.oGuillaume Cottenceau2001-04-301-0/+1
|
* have slightly better descr of driversGuillaume Cottenceau2001-04-301-19/+19
|
* (configure_pcmcia): better handling for not running cardmgr many timesPascal Rigaux2001-04-121-1/+3
|
* fixed log of packdrake.Francois Pons2001-04-121-2/+1
|
* (configure_pcmcia): always run cardmgr so that it is run even if stage1Pascal Rigaux2001-04-121-1/+1
| | | | | did create a /var/run/stab. This is just a try :-/
* removed use install_anydamien2001-04-091-1/+0
|
* correct my mistakes on removing some modules from stage1 and stage2 (-> ↵Guillaume Cottenceau2001-04-081-6/+9
| | | | remove only from stage1)
* use jeff's suggestions to remove some old stuffGuillaume Cottenceau2001-04-061-7/+7
|
* Sun Happy Meal only for SparcGuillaume Cottenceau2001-04-061-1/+1
|
* re integrate some TR net cardsGuillaume Cottenceau2001-04-061-2/+3
|
* (tv): add ultracam & usbvideoPascal Rigaux2001-04-041-1/+3
| | | | | (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them
* (@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so ↵Pascal Rigaux2001-04-041-1/+1
| | | | skip them
* - add photo, tv and scannerPascal Rigaux2001-04-041-2/+22
| | | | | - add pegasus and kaweth modules
* (load_raw): add the require install_anyPascal Rigaux2001-04-031-0/+1
|
* corrected petite's mistakedamien2001-04-021-0/+1
|
* (load_raw): add a ``-'' between the file and the version for modules.czPascal Rigaux2001-03-301-2/+2
| | | | | and cardmgr
* support more than one boot kernel :-)Guillaume Cottenceau2001-03-291-2/+6
|
* have natsemi in network.imgPascal Rigaux2001-03-241-1/+1
|
* - add missing modules (now in sync with pcitable)Pascal Rigaux2001-03-241-63/+97
| | | | | | - add 'media' class - cleanup
* (read_stage1_conf): cleanup parport stuff obsolote in kernel 2.4Pascal Rigaux2001-03-241-5/+1
|
* add i810_audio (still need a script to add missing one and keep in sync)Pascal Rigaux2001-03-231-0/+1
|
* (load_thiskind): indent as it should bePascal Rigaux2001-03-221-4/+4
|
* no imm,ppa PPC, scan mesh,mac53c94 scsi only, pmac should have been maceStew Benedict2001-03-221-4/+4
|
* (when_load): move the alias sound to when_load, don't check ppc as itPascal Rigaux2001-03-211-5/+4
| | | | | could be used for non-ppc
* (load_thiskind): fix pb causing imm,ppa,usb-storage to be tested for everyPascal Rigaux2001-03-211-2/+4
| | | | | load_thiskind, not only scsi one
* (@drivers_by_category): if_izationPascal Rigaux2001-03-201-37/+46
| | | | | (load_thiskind): cleanup
* make_boot_img: add routine for - PPCStew Benedict2001-03-201-1/+18
| | | | | | | any.pm: double "Append" entry in expert mode for yaboot.conf - PPC install_steps_interactive: setup dmasound - PPC modules.pm: load Mac hardware modules - PPC