summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* shut upGuillaume Cottenceau2003-11-251-2/+1
|
* pixel, don't forget to install drakconf >= 9.3-8mdkGuillaume Cottenceau2003-11-251-3/+0
|
* remove uncessary wizards from appearing in MCCGuillaume Cottenceau2003-11-251-0/+3
|
* *** empty log message ***Guillaume Cottenceau2003-11-251-0/+3
|
* *** empty log message ***Guillaume Cottenceau2003-11-251-0/+1
|
* 9.3-10mdkThierry Vignaud2003-11-251-1/+17
|
* *** empty log message ***Guillaume Cottenceau2003-11-251-9/+0
|
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-251-2/+2
|
* fix #5664 (alsp part of #5065 and #5361): list ppp0 for modem and adslThierry Vignaud2003-11-251-8/+21
| | | | | | connections too (though not all adsl connection types need it) and ippp0 too for isdn ones
* fix #6184: read back "Connection Name" and "Domain Name" fieldsThierry Vignaud2003-11-251-3/+4
|
* (getAndSaveFile) log which file copy failled in order to knwow whichThierry Vignaud2003-11-251-1/+1
| | | | | partition is not big enough (see #6149)
* fix nasty gc errorPascal Rigaux2003-11-251-2/+2
|
* in mode 2, also pre fix /etc/rc.d/rc5.d linksGuillaume Cottenceau2003-11-251-1/+2
|
* allow DEBUGPascal Rigaux2003-11-251-1/+1
|
* use /dev/mouse in the X config file to allow changing mouse device livePascal Rigaux2003-11-251-0/+3
|
* add new mouse "PS/2|Automatic" and use it by default,Pascal Rigaux2003-11-251-3/+4
| | | | | | so that "PS/2|Generic PS2 Wheel Mouse" use protocol IMPS/2 which is needed when we force mouse change live ("auto" doesn't work in that case)
* don't fake ide-scsi for move (otherwise, we would need to do it in stage1 too)Pascal Rigaux2003-11-251-1/+1
|
* for move, make it use ide-scsi *now*, not after rebootPascal Rigaux2003-11-251-0/+5
|
* fix destroying HorizSync & VertRefresh (especially when coming from ddcxinfosPascal Rigaux2003-11-251-2/+5
| | | | | with unknown EISA_ID)
* check that libglx.so is a link instead of checking if it exists (since it isPascal Rigaux2003-11-251-1/+1
| | | | | now in nvidia.clp)
* - handle nvidia.clpPascal Rigaux2003-11-254-1/+12
| | | | | - handle X proprietary drivers
* - nvidia.clp supportPascal Rigaux2003-11-251-3/+5
| | | | | | - handle umounting failure by remounting what can be and calling mdk_totem again (which will hopefully tell what program did make umounting fail)
* reintroduce detect_timezone (indeed that one was needed :-()Thierry Vignaud2003-11-241-0/+19
|
* (configure) fix adsl connection class due to type being now translatedThierry Vignaud2003-11-241-1/+1
|
* allow sleep(1) to run correctly in mdk_behind_totem when everything is unmountedPascal Rigaux2003-11-241-0/+3
|
* - fix regexps according to {cmdline} format changePascal Rigaux2003-11-241-5/+5
| | | | | - add nvidia clp handling
* - install NVIDIA_nforce-xxxPascal Rigaux2003-11-241-4/+17
| | | | | | | - /usr/lib/libGL.so.1 links to /etc/X11/libGL.so.1 - create /usr/lib/libGL.so.1.fglrx and /usr/lib/libGL.so.1.nvidia => at runtime we create /etc/X11/libGL.so.1 linked to one of them
* /opt is needed by fucking acroreadPascal Rigaux2003-11-241-0/+1
|
* fix isdn detection: detect all isdn cards, not only the first oneThierry Vignaud2003-11-242-11/+19
|
* add some commentPascal Rigaux2003-11-241-1/+3
|
* bump buildrequire for ldetect because of new APIThierry Vignaud2003-11-241-1/+1
|
* thx perl_checkoThierry Vignaud2003-11-241-1/+1
|
* (getNet) handle zaurus connected through USB cables resulting inThierry Vignaud2003-11-231-1/+1
| | | | | usbnet driver creating usbX interfaces
* (connected2) rename it as check_link_beat() to better reflect what he doesThierry Vignaud2003-11-231-3/+3
|
* (detect_timezone, disconnected, type2interface) kill dead codeThierry Vignaud2003-11-231-33/+1
|
* reuse bg_command:Thierry Vignaud2003-11-232-50/+29
| | | | | | | - major cleanups - get rid of "kid exited -1 at /usr/lib/libDrakX/network/tools.pm line 182." warnings
* introduce bg_command object that enable to fork a sub that give back dataThierry Vignaud2003-11-231-0/+23
| | | | | | through STDOUT a la run_program::get_stdout but w/ arbitrary perl code instead of external program and in background
* persistent servicesGuillaume Cottenceau2003-11-212-12/+19
|
* handle relative symlinks tooGuillaume Cottenceau2003-11-211-6/+12
|
* updated pot filePablo Saratxaga2003-11-212-0/+22
|
* allow formatting the virtual key with a commandline param, for easy mode-2 ↵Guillaume Cottenceau2003-11-211-2/+3
| | | | testing
* - don't unconditionally assign lang::read to {locale} because we default to ↵Guillaume Cottenceau2003-11-211-1/+3
| | | | | | | US as a country, and install_steps::selectLanguage relies on a void country to assign default country for a lang (e.g. FR for fr) - use lang::set so that in mode 3 KDE can start in the right language
* fix old-style call of lang::set, don't call it in moveGuillaume Cottenceau2003-11-211-1/+1
|
* read locale config early enough to be able to mount correct i18n clp in mode 3Guillaume Cottenceau2003-11-211-1/+1
|
* (getUPS) detect serial MGE tooThierry Vignaud2003-11-211-2/+3
|
* in case we didn't mount any clp (nfs case), we insmod gzloop.o here for ↵Guillaume Cottenceau2003-11-211-0/+3
| | | | later always_i18n case, because gzloop.o is not available later in /lib/modules
* alter detection sequence to better follow the standard, thus enablingThierry Vignaud2003-11-211-4/+7
| | | | | to detection MGE UPS connected through serial ports
* remove special mouse handling (not needed anymore)Thierry Vignaud2003-11-211-22/+0
|
* adatp to latest kudzu api regarding serial detection (number suite => logicalThierry Vignaud2003-11-211-1/+23
| | | | | bits)
* - sync with rhThierry Vignaud2003-11-212-10/+29
| | | | | - keep CLASS_UNSPEC handling