summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-1212-29/+29
|
* reuse is_dynamic_ip() to not bother asking about zeroconf specific stuff whenThierry Vignaud2003-11-121-1/+1
| | | | | there's not any dynamic interfaces
* (network::tools::is_dynamic_ip) consolidate test for any dynamic interfaceThierry Vignaud2003-11-122-2/+7
|
* fix warning with usb miceThierry Vignaud2003-11-121-1/+1
|
* - fix #3047's fixThierry Vignaud2003-11-121-1/+1
| | | | | - do not show module if unknow for system bridges since it's normal
* need to handle i18n clp before accepting licenseGuillaume Cottenceau2003-11-121-2/+7
|
* acceptLicense done ASAP as wellGuillaume Cottenceau2003-11-121-1/+1
|
* *** empty log message ***Pascal Rigaux2003-11-121-4/+0
|
* mount keysPascal Rigaux2003-11-111-0/+16
|
* - make use_proc_partitions a clean functionPascal Rigaux2003-11-111-1/+4
| | | | | | | (not only used when diskdrake code fails) - fix {start} in read_proc_partitions() ({start} was not re-initialised between drives)
* corrected typodamien2003-11-111-1/+1
|
* choose a not-to-bad default when X auto config fails in auto installPascal Rigaux2003-11-101-2/+5
|
* allowFB just in case someone wants to have fbPascal Rigaux2003-11-101-1/+1
|
* also copy perl-install/*/*.pm filesPascal Rigaux2003-11-101-2/+2
|
* check the kernel corresponding to stage1 rdz is installedPascal Rigaux2003-11-101-0/+2
|
* fix changelogThierry Vignaud2003-11-081-3/+4
|
* 9.3-5mdkThierry Vignaud2003-11-081-2/+12
|
* (is_wireless_intf) fix #6312: list acx100_pci as a wireless networkThierry Vignaud2003-11-081-1/+1
| | | | | cards driver too (fix impossible to set wireless parameters for it)
* (getCPUs) enumerate cpus from 1 instead of 0 (part of #4704)Thierry Vignaud2003-11-081-0/+1
|
* fix #6134: JAZ device is not spelled like jazz musicThierry Vignaud2003-11-082-3/+3
|
* fix lan always marked as detected even when no detection was performedThierry Vignaud2003-11-081-6/+6
| | | | | | | | | | | | or when there's no ethernet devices btw, generalize this "fix" to all net connection types. rationale: since we've already check if we've devices, there's no point in doing another different check in order to add the string "- detected" so let's just consolidate the previous test, this will prevent such bug to come back again
* fix last part of #5315: do not ask for confirmation at install timeThierry Vignaud2003-11-081-1/+1
| | | | | | rationale: while this is reasonable within standalone drakconnect, it's quite less needed at install time
* fix #3047: do not display "unknown module" in red for devices known toThierry Vignaud2003-11-081-0/+1
| | | | | not need any module (see http://www.people.iup.edu/bclg/pci-modem.html)
* perl_checker fixesThierry Vignaud2003-11-071-3/+1
|
* 9.3-4mdkThierry Vignaud2003-11-071-1/+9
|
* fix network interfaces list update:Thierry Vignaud2003-11-071-2/+6
| | | | | | - really remove from the Gtk+ list lost interfaces - update the intf reference list
* (conf_network_card_backend) use getNetDriver() rather than relying onThierry Vignaud2003-11-071-1/+1
| | | | | | ethX alias for mapping the ethX interface to the driver that created it thus fixing quite old detection bugs
* oops, network::tools is still needed by configureNetworkIntf...Thierry Vignaud2003-11-071-0/+1
|
* (write_interface_conf) setVarsInSh() already take care of not writingThierry Vignaud2003-11-071-2/+1
| | | | | | | undefined parameters, so it's safer to always write wireless parameters if set else we drop user set wireless parameters when our wireless modules list is not uptodate
* (getUPS) return port/description couplesThierry Vignaud2003-11-071-1/+20
|
* (get_usb_ups_name) introduce it to map usb devices to hiddev devicesThierry Vignaud2003-11-071-0/+17
|
* also move back always_i18n and totem to_cdromPascal Rigaux2003-11-071-1/+1
|
* also move back always_i18n to cdromPascal Rigaux2003-11-071-1/+1
|
* get the file <=> loop association from mdk_move_loop and pass it to ↵Pascal Rigaux2003-11-071-5/+8
| | | | mdk_behind_totem
* - scan all loops, not only @namesPascal Rigaux2003-11-071-6/+8
| | | | | | - always_i18n is a magic name which is renamed to the used always_i18n_xxx - return the file <=> loop association when asked
* - use given loop devicesPascal Rigaux2003-11-071-4/+1
| | | | | - fix --boot-loop option handling
* mainly mo filesPascal Rigaux2003-11-071-0/+16
|
* create and handle always_i18n_xxx clp'sPascal Rigaux2003-11-073-2/+26
|
* handle image_raw (ie non-mounted live_tree)Pascal Rigaux2003-11-071-1/+1
|
* better handle etc files: scan a/c/mtime after copying all /etc filesGuillaume Cottenceau2003-11-074-1/+198
| | | | | | to list the ones which are read and written, make it a file list and be assured to have those when initing move
* - remove some i18n files (now in "always_i18n")Pascal Rigaux2003-11-071-2/+1
| | | | | - add im-cedilla (simpler that handling it nicely)
* /usr/share/services should have been removed when splited between "always" ↵Pascal Rigaux2003-11-071-1/+0
| | | | and "boot"
* updatePascal Rigaux2003-11-071-0/+1
|
* update (remove klipper, kalarm, korgac)Pascal Rigaux2003-11-071-4/+0
|
* updatePascal Rigaux2003-11-071-9/+5
|
* - look for busy filesPascal Rigaux2003-11-071-1/+85
| | | | | | - propose different actions when there are busy files - kill processes busying files when asked
* - add option --totemPascal Rigaux2003-11-071-1/+5
| | | | | - handle mounted /image
* also remove kalarmd from kde autostartPascal Rigaux2003-11-071-1/+1
|
* *** empty log message ***Guillaume Cottenceau2003-11-071-0/+52
|
* Oops... I did it again!Guillaume Cottenceau2003-11-071-10/+1
|