summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix failure to disable user cron job. Code reduction.Stew Benedict2004-02-101-35/+18
|
* 10-0.9mdkThierry Vignaud2004-02-091-1/+7
|
* fix unability to select gateway (#7585)Thierry Vignaud2004-02-091-3/+4
|
* (appli_choice) fix crash on option toggling (#7248)Thierry Vignaud2004-02-091-5/+5
|
* (getNet) detect athX interfaces too (maybe should we inverse this funcThierry Vignaud2004-02-091-1/+1
| | | | | logic and blacklist ppp and the like interfaces ...)
* Thierry compliance. Doesn't work anymore and fails perl_checker now :PStew Benedict2004-02-091-39/+30
|
* 10-0.8mdkThierry Vignaud2004-02-091-1/+11
|
* fix empty list in "multiple internet_connexions" stepThierry Vignaud2004-02-091-2/+4
|
* fix unwritten ethernet interface configThierry Vignaud2004-02-091-0/+1
|
* (ether_conf) rename it as write_ether_conf()Thierry Vignaud2004-02-091-1/+1
|
* (mapIntfToDevice) fix pci/usb ethernet devices matchingThierry Vignaud2004-02-091-1/+1
|
* sort ethX interfaces in listThierry Vignaud2004-02-091-1/+1
|
* RIVA128 fails miserably when using 16bppGuillaume Cottenceau2004-02-091-0/+1
|
* blacklist bogus forcedeth driver for network hotplugging, enableThierry Vignaud2004-02-091-1/+3
| | | | | ifplugd support for all other drivers even at install time (#7389)
* use modal windows during installPascal Rigaux2004-02-091-3/+1
|
* remove show_all that breaks when there are some hidden windowsPascal Rigaux2004-02-091-4/+4
|
* resurrect 9.2 code for setting background. i was said to remove it for move ↵Guillaume Cottenceau2004-02-091-1/+9
| | | | because default colour is already mandrake colour but obviously it isn't.
* fix typoPascal Rigaux2004-02-091-1/+3
|
* some eide Lite-on drivers are reported with different casseThierry Vignaud2004-02-091-0/+1
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-094-15/+11
| | | | Xconfig::card::install_server
* allow set_modal for popped windows at installPascal Rigaux2004-02-091-1/+1
|
* my test file is now t.plPascal Rigaux2004-02-091-1/+1
|
* fix typoPascal Rigaux2004-02-091-1/+1
|
* force XF4 on all archsPascal Rigaux2004-02-091-1/+1
|
* move Xtest() and setMouseLive() out of c/stuff to xf86misc::mainPascal Rigaux2004-02-0813-79/+134
| | | | | | so that we can use them (esp. setMouseLive) in standalone without making drakxtools-newt require xfree libs
* simplifyPascal Rigaux2004-02-081-1/+0
|
* adapt to change allowing checking nvidia/ati proprietary driver availability ↵Pascal Rigaux2004-02-081-2/+2
| | | | only when needed
* XFdrake can run w/o gtk+ toolkitThierry Vignaud2004-02-081-1/+1
|
* 10-0.7mdkThierry Vignaud2004-02-081-1/+5
|
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-082-4/+4
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* updated pot filePablo Saratxaga2004-02-071-187/+225
|
* English typo and disambiguation of some stringsPablo Saratxaga2004-02-071-5/+5
|
* updated pot filePablo Saratxaga2004-02-071-319/+299
|
* PXE image support, researched by Venantius Kumar.Stew Benedict2004-02-071-10/+33
|
* 10-0.6mdkThierry Vignaud2004-02-061-1/+14
|
* handle range (bugzilla #7172)Pascal Rigaux2004-02-061-2/+2
|
* move drakbug, drakclock, drakperm, drakTermServ, net_monitor inThierry Vignaud2004-02-061-1/+1
| | | | | | drakxtools too since they require ugtk2. move their aliases (soft links) their too.
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* draksec needs gtk, no must not be in drakxtools-newt (bugzilla #7413)Pascal Rigaux2004-02-061-1/+1
|
* - ensure ModelName comes from the ddc probe when choosing "Plug'n Play"Pascal Rigaux2004-02-061-2/+2
| | | | | - only "Plug'n Play" instead of "Plug'n Play (<ModelName>)" when current monitor is not plug'n play
* (fileshare_config): quite different way of handling it, asking first if userPascal Rigaux2004-02-061-25/+24
| | | | | | wants sharing or not, then asking which protocol (when users wants sharing). Removing or installing the server package handling the protocols (smb or nfs).
* handle better bootloader per entries video modePascal Rigaux2004-02-061-1/+3
|
* special way to remove mem=<memsize>Pascal Rigaux2004-02-062-2/+2
|
* Changed Newt/Previous strings to remove arrowsPablo Saratxaga2004-02-061-6/+6
|
* remove defaulting global vga mode to normalPascal Rigaux2004-02-061-1/+0
|
* fix old typo: complete callback was not calledPascal Rigaux2004-02-061-9/+11
|
* drop bootloader main options "Compact" and "Video mode"Pascal Rigaux2004-02-061-2/+0
|
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* use mouse::change_mouse_live()Pascal Rigaux2004-02-061-12/+1
|
* - add change_mouse_live()Pascal Rigaux2004-02-061-1/+18
| | | | | - use /dev/mouse in XF86Config to allow changing protocol in standalone