summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (need_migration) fix untranslated messages (#21326)Thierry Vignaud2006-02-281-1/+1
|
* use versionned binary to check for gutenprint-ijs (useful if docs are ↵Olivier Blin2006-02-271-1/+1
| | | | excluded, like in Mandriva One, #21269)
* don't prepend $::prefix on module load, but when the path is actually used ↵Olivier Blin2006-02-271-13/+13
| | | | (backport from HEAD)
* backported from TRUNK for Mandriva OneThierry Vignaud2006-02-271-1/+11
| | | | | | | - fix adding storage controllers: set scsi_hostadapter like DrakX does instead of trying preloading the driver - manage hardware_raid class too
* ensure_binary_is_installed checks binary chrooted, whereas we run the binary ↵Olivier Blin2006-02-241-1/+1
| | | | non-chrooted (backport from HEAD)
* oops, fix timezone listing (thanks Pixel)Olivier Blin2006-02-241-1/+1
|
* use -noleaf option when finding timezones (useful over unionfs, backport for ↵Olivier Blin2006-02-241-1/+1
| | | | #21272)
* use groupmod to change group when renaming a userOlivier Blin2006-02-231-2/+2
|
* don't show release notes after install (not handled yet)Olivier Blin2006-02-231-1/+1
|
* create lang::lang_changed() to ensure {country} is set according to the lang ↵Pascal Rigaux2006-02-233-4/+12
| | | | (useful for finish-install where choosing fr gives fr_US)
* perl_checker complianceOlivier Blin2006-02-231-1/+1
|
* allow to rename an old user (possibly "guest" from a live distribution) ↵Olivier Blin2006-02-232-4/+16
| | | | instead of creating a new one, using info from first added user in finish-install (backport from HEAD)
* rename config hash as it will contain more settingsOlivier Blin2006-02-231-2/+2
|
* don't try to destroy potentially non-existent wizard window (backport from HEAD)Olivier Blin2006-02-231-1/+4
|
* Check the socket is populated during dmi smp detection. I know, the code isGwenolé Beauchesne2006-02-221-1/+1
| | | | | | no longer used, but let's make it as "don't get gb depressed for reading SMBIOS spec for nothing"
* Allow user to modify xbox partitions on non-xbox (thx Pixel)Stew Benedict2006-02-221-1/+1
|
* fix typoPascal Rigaux2006-02-211-1/+1
|
* fix titi sucks :) (backport from cooker, fixed by Pixel)Olivier Blin2006-01-271-1/+2
|
* for auto_installs which never go through the Gtk2 main loopPascal Rigaux2006-01-261-0/+1
|
* fix selected_leaves(): it was dropping all packages in a circular referencePascal Rigaux2006-01-241-6/+11
| | | | | (including short circular references like amarok-engine-arts -> libamarokarts.so -> amarok-engine-arts)
* handle new dmidecode outputPascal Rigaux2006-01-201-5/+15
|
* use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and usePascal Rigaux2006-01-121-0/+24
| | | | | | | | "double" instead of "unsigned int" (nb: it means we will use doubles instead of ints for computing things, this works quite nicely up to 100_000TB doing this in perl so that there is no need to recompile stuff.so
* less verbosePascal Rigaux2006-01-121-4/+1
|
* use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and usePascal Rigaux2006-01-121-0/+20
| | | | | | | | "double" instead of "unsigned int" (nb: it means we will use doubles instead of ints for computing things, this works quite nicely up to 100_000TB doing this in perl so that there is no need to recompile stuff.so
* look for "NR_CPUS limit of 1 reached" instead of looking MP tables by hand, ↵Pascal Rigaux2006-01-101-1/+2
| | | | or using DMI info (often broken)
* (backport) restore behaviour broken in commit 1.371 (nb: {lang} is not ↵Pascal Rigaux2005-12-281-1/+1
| | | | always set in {langs} at that time)
* create new function and use it (backport for finish-install)Olivier Blin2005-12-282-4/+11
|
* 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
|