summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* check for nvidia_drv.so (as well as nvidia_drv.o)Olivier Blin2005-12-271-1/+1
|
* allow to blacklist steps in /etc/sysconfig/finish-install (backport)Olivier Blin2005-12-271-12/+19
|
* locale is now set by any::selectLanguage_standaloneOlivier Blin2005-12-271-2/+0
|
* add ask_keyboard step (backport)Olivier Blin2005-12-271-1/+19
|
* keep install_messages.pm for finish-install (i.e. don't break finish-install ↵Olivier Blin2005-12-271-1/+1
| | | | in 2006.0)
* fix for localedrake in text mode (backport of patch from Pixel)Olivier Blin2005-12-271-1/+1
|
* some fonts are not seen by fontconfig because of a packaging pb, force a ↵Pascal Rigaux2005-12-201-0/+13
| | | | rebuild of fc cache
* don't overwrite ONBOOT setting when writing adsl configuration (#20089)Olivier Blin2005-12-181-1/+2
|
* - Removed "localhost" from the DISPLAY veriable, it broke theTill Kamppeter2005-12-161-2/+2
| | | | | | authorization to pop up the printerdrake window on the user's desktop when a new USB printer was plugged.
* when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵Pascal Rigaux2005-12-162-2/+4
| | | | mounted, not before!)
* (acceptLicense) introduce a wrapper around any::acceptLicense()Thierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) load the needed modulesThierry Vignaud2005-12-151-0/+1
|
* (acceptLicense) only show release notes at install timeThierry Vignaud2005-12-151-1/+1
|
* ask for license agreement before doing anything elseThierry Vignaud2005-12-151-0/+5
|
* (acceptLicense) in standalone mode, when license is rejected, just rebootThierry Vignaud2005-12-151-0/+2
|
* (acceptLicense) move it from install_steps_interactive.pm into any.pm so thatThierry Vignaud2005-12-152-31/+31
| | | | | it is availlable from within finish-install
* package lsb is requiring many locales though we don't want it to be installedPascal Rigaux2005-12-131-2/+9
| | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183)
* fix default metric setting for wifi interfaces (thanks to Mickaël Le ↵Olivier Blin2005-12-082-5/+5
| | | | Baillif for pointing this out)
* add missgin requires to build GIAntoine Ginies2005-12-051-2/+2
|
* fix getting raid-extra-boot (bugzilla #19965)Pascal Rigaux2005-11-281-1/+1
|
* apply locale settings immediatelyOlivier Blin2005-11-231-0/+2
|
* don't use /root/tmp if /root doesn't exist (fixes using it in rescue)Pascal Rigaux2005-11-231-2/+1
|
* add bug references in 10.3-0.64.3.20060mdk's changelogThierry Vignaud2005-11-181-2/+2
|
* fix release number after removing %mkrelThierry Vignaud2005-11-181-3/+3
|
* 10.3-0.3.20060mdkThierry Vignaud2005-11-181-1/+13
|
* rename 10.3-0.1.20060mdk as 10.3-0.2.20060mdk since till previouslyThierry Vignaud2005-11-181-2/+5
| | | | | uploaded an update :-(
* remember 'restricted' wireless modeOlivier Blin2005-11-161-2/+1
|
* don't crash if mandi isn't startedOlivier Blin2005-11-161-2/+3
|
* don't screw up eagle-usb devices if the firmware is already loadedOlivier Blin2005-11-161-1/+1
|
* handle "users" the way "user" is handledPascal Rigaux2005-11-151-4/+5
|
* fix upgrading conectivaoffice pkg (bugzilla #18948)Pascal Rigaux2005-11-141-0/+4
|
* fix wireless network list using iwlist (`` returns a defined empty string if ↵Olivier Blin2005-11-121-1/+1
| | | | the command fails)
* when calling dmraid, replace -ccs and -ccr with -s -c -c and -r -c -cPascal Rigaux2005-11-101-9/+9
| | | | | (the former doesn't work anymore with dmraid 1.0.0 RC9) (cf #19654, thanks a lot to Thomas Backlund)
* fix zd1201 devices detection as wellOlivier Blin2005-11-081-2/+3
|
* 10.3-0.1.20060mdkThierry Vignaud2005-11-081-1/+22
|
* log is mixed with valid data (bugzilla #19654)Pascal Rigaux2005-11-081-0/+42
|
* log is mixed with valid data (bugzilla #19654)Pascal Rigaux2005-11-081-2/+2
|
* update translations from TRUNKThierry Vignaud2005-11-074-145/+181
|
* use disconnected icon if no route, even if wifi is associatedOlivier Blin2005-11-071-4/+8
|
* don't log wpa_cli/iwgetid/iwlist commandsOlivier Blin2005-11-071-5/+5
|
* don't duplicate variables (MTU, NETMASK, IPADDR) in ifcfg files (#19325)Olivier Blin2005-11-071-1/+1
|
* temporary workaround to have device-independant config files in wireless.dOlivier Blin2005-11-071-0/+2
|
* set hostname only after packages have been installed, or else graphical ↵Olivier Blin2005-11-071-1/+2
| | | | urpmi may fail
* fix rt2400/rt2500 devices detection (workaround for their missing "device" ↵Olivier Blin2005-11-071-0/+5
| | | | link in sysfs)
* don't let interfaces with unknown drivers be configuredOlivier Blin2005-11-071-1/+6
|
* add "Requires: perl-suid" for fileshareset and filesharelist (bugzilla #17123)Pascal Rigaux2005-11-071-0/+2
|
* ensure we don't load both "/usr/X11R6/lib/modules/extensions/libglx.so" and ↵Pascal Rigaux2005-10-211-1/+7
| | | | | | | "/usr/X11R6/lib/modules/extensions/nvidia/libglx.so" (backported from HEAD) (bugzilla #19285)
* "mdadm --detail --brief" doesn't contain "devices=..." anymore (since mdadm ↵Pascal Rigaux2005-10-181-0/+14
| | | | | | | 1.12.0), it needs option "-v" to keep previous behaviour
* "mdadm --detail --brief" doesn't contain "devices=..." anymore (since mdadm ↵Pascal Rigaux2005-10-181-1/+1
| | | | | | | 1.12.0), it needs option "-v" to keep previous behaviour
* option "nodmraid" is broken in mdv2006Pascal Rigaux2005-10-101-0/+15
|