summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new splash screenGuillaume Cottenceau2003-11-264-0/+0
|
* inspires from xwait: keep a client until some window is created, otherwise X ↵Guillaume Cottenceau2003-11-261-2/+11
| | | | server blinks to hell
* perl_checker fixThierry Vignaud2003-11-261-1/+1
|
* link beat detection: enable both net_monitor and drakconnect usage atThierry Vignaud2003-11-261-2/+2
| | | | | both time (not so usefull but cleaner)
* simplify (already done)Pascal Rigaux2003-11-261-1/+1
|
* extract kdeglobals configuration from lang::write() into ↵Pascal Rigaux2003-11-261-27/+38
| | | | lang::configure_kdeglobals()
* install openssh-serverPascal Rigaux2003-11-261-0/+1
|
* no need to skip network.pm anymorePascal Rigaux2003-11-251-1/+1
|
* network.pm doesn't exist anymore in new drakxtoolsPascal Rigaux2003-11-251-1/+0
|
* "proceeding" msg is also not capitalizedGuillaume Cottenceau2003-11-251-2/+2
|
* *** empty log message ***Guillaume Cottenceau2003-11-251-4/+0
|
* insmod uses glibc syslog facility for outputting error messages, thus we ↵Guillaume Cottenceau2003-11-251-4/+1
| | | | need to start syslogd very soon to not end up with silly parport_pc busy messages on console #1
* *** empty log message ***Guillaume Cottenceau2003-11-251-1/+1
|
* usb mouse (plus usb keyboard and usb key) works on fredhackGuillaume Cottenceau2003-11-251-2/+0
|
* prepare for stripped down versionGuillaume Cottenceau2003-11-251-0/+9
|
* mount i18n clp ASAP so that console two shell uses the right localesPascal Rigaux2003-11-251-1/+2
|
* 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
|