summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* "snd-audigyls" ALSA driver was renamed "snd-ca0106" in ALSA CVS;Thierry Vignaud2004-12-221-1/+2
| | | | | let's have our tools be aware of that once our kernel got synced
* handle new snd-pcxhr driver from alsa CVSThierry Vignaud2004-12-221-0/+1
|
* install proper tools for Digigram PCXHR sound cardThierry Vignaud2004-12-221-0/+1
|
* simplifyPascal Rigaux2004-12-221-7/+3
|
* no need to use max_size, no need to compute itPascal Rigaux2004-12-221-12/+4
|
* fix previous commitPascal Rigaux2004-12-221-3/+4
|
* create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵Pascal Rigaux2004-12-221-45/+62
| | | | easily used outside install
* add option no_bad_drives (to workaround bugzilla #12766)Pascal Rigaux2004-12-222-1/+2
|
* /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't ↵Pascal Rigaux2004-12-211-1/+1
| | | | change anything
* - fs::mount() wants a real device or a faked one, but doesn't accept things ↵Pascal Rigaux2004-12-213-7/+8
| | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name()
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-87/+79
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-215-9/+9
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-20/+20
|
* much simpler code to handle post-install update modulesPascal Rigaux2004-12-211-33/+6
| | | | | | - it handles new modules - it calls depmod
* fix floppies detection (through dmidecode)Pascal Rigaux2004-12-211-1/+1
|
* don't die when /proc/sys/kernel/modprobe doesn't exist (for BOOT kernels)Pascal Rigaux2004-12-201-1/+1
|
* (get_user_home) do not horribly die if USER environment variable listThierry Vignaud2004-12-201-1/+2
| | | | | a non existing user
* jp console should not be localizedFunda Wang2004-12-191-1/+1
|
* remove unused codePascal Rigaux2004-12-171-1/+0
|
* don't parse the theme rc file to set the root window background color during ↵Pascal Rigaux2004-12-172-16/+17
| | | | | | | install, instead use the gc of a fake window named "background"
* oops, set_background *is* neededPascal Rigaux2004-12-171-0/+1
|
* remove unneeded ->set_backgroundPascal Rigaux2004-12-171-1/+0
|
* ia64 uses the lilo method (even if it has some important differences)Pascal Rigaux2004-12-171-0/+1
|
* fix NETMASK autofillingThierry Vignaud2004-12-171-1/+1
|
* switch to mygtk2Pascal Rigaux2004-12-171-29/+29
|
* add some more functions in mygtk2Pascal Rigaux2004-12-172-23/+32
|
* *** empty log message ***Pascal Rigaux2004-12-171-0/+7
|
* packdrake changed a little, ensuring that if we ask no modules it doesn't ↵Pascal Rigaux2004-12-171-1/+1
| | | | cause havoc
* migrate to mygtk2Pascal Rigaux2004-12-161-68/+60
|
* fix typo (mygtk2 wants active_ref, not val)Pascal Rigaux2004-12-161-1/+1
|
* - add DrawingAreaPascal Rigaux2004-12-161-3/+23
| | | | | - add text_ref & format for buttons
* create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵Pascal Rigaux2004-12-163-2/+6
| | | | | | | but only if we are root (this helps testings install without dying)
* help testingPascal Rigaux2004-12-161-1/+1
|
* much simpler code using mygtk2Pascal Rigaux2004-12-161-67/+49
|
* remove debug codePascal Rigaux2004-12-161-1/+0
|
* we must allow more than one callback per ref & widgetPascal Rigaux2004-12-161-2/+2
|
* add option allow_unknown_options for easy compatibilityPascal Rigaux2004-12-162-2/+4
|
* 10.2-0.6mdkThierry Vignaud2004-12-151-2/+8
|
* perl_checker, suggestions from Pixel, rework buttons in main GUIStew Benedict2004-12-151-141/+134
|
* export gtkval_register() and gtkval_modify()Pascal Rigaux2004-12-141-1/+1
|
* for drakx-finish-install, we want drakconnect to restart networkPascal Rigaux2004-12-141-1/+1
|
* *** empty log message ***Pascal Rigaux2004-12-131-1/+89
|
* fixPascal Rigaux2004-12-131-1/+1
|
* Add a gazillion modules required by the new packdrake for nowRafael Garcia-Suarez2004-12-131-0/+6
|
* Add the subset of POSIX.pm needed by the new packdrakeRafael Garcia-Suarez2004-12-131-0/+4
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-1389-895/+896
|
* - rename/move install_any::write_pcmcia() as harddrake::autoconf::pcmcia() soThierry Vignaud2004-12-134-14/+17
| | | | | | | that it became availlable for standalone tools - reuse it in harddrake service in order to configure PCMCIA cards
* (pcmcia_controller_probe) reuse pcmcia_controller_probe(), thus fixingThierry Vignaud2004-12-131-1/+1
| | | | | | | | | | installer not handling anymore PCMCIA controllers managed by driver other than yenta_socket... this is still not enough for stage1 though (since mdk-stage1/pcmcia_/probe.c::pcmcia_probe() isn't aware of all PCMCIA host controller drivers that're known to list_modules.pm)
* (pcmcia_controller_probe) move some harddrake code thereThierry Vignaud2004-12-132-5/+7
|
* *** empty log message ***Pascal Rigaux2004-12-131-1/+12
|