Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | perl_checker compliance | Olivier Blin | 2006-02-23 | 1 | -1/+1 |
| | |||||
* | allow to rename an old user (possibly "guest" from a live distribution) ↵ | Olivier Blin | 2006-02-23 | 2 | -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 settings | Olivier Blin | 2006-02-23 | 1 | -2/+2 |
| | |||||
* | don't try to destroy potentially non-existent wizard window (backport from HEAD) | Olivier Blin | 2006-02-23 | 1 | -1/+4 |
| | |||||
* | Check the socket is populated during dmi smp detection. I know, the code is | Gwenolé Beauchesne | 2006-02-22 | 1 | -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 Benedict | 2006-02-22 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2006-02-21 | 1 | -1/+1 |
| | |||||
* | fix titi sucks :) (backport from cooker, fixed by Pixel) | Olivier Blin | 2006-01-27 | 1 | -1/+2 |
| | |||||
* | for auto_installs which never go through the Gtk2 main loop | Pascal Rigaux | 2006-01-26 | 1 | -0/+1 |
| | |||||
* | fix selected_leaves(): it was dropping all packages in a circular reference | Pascal Rigaux | 2006-01-24 | 1 | -6/+11 |
| | | | | | (including short circular references like amarok-engine-arts -> libamarokarts.so -> amarok-engine-arts) | ||||
* | handle new dmidecode output | Pascal Rigaux | 2006-01-20 | 1 | -5/+15 |
| | |||||
* | use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and use | Pascal Rigaux | 2006-01-12 | 1 | -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 verbose | Pascal Rigaux | 2006-01-12 | 1 | -4/+1 |
| | |||||
* | use BLKGETSIZE64 to allow detecting partitions bigger than 2TB, and use | Pascal Rigaux | 2006-01-12 | 1 | -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 Rigaux | 2006-01-10 | 1 | -1/+2 |
| | | | | or using DMI info (often broken) | ||||
* | (backport) restore behaviour broken in commit 1.371 (nb: {lang} is not ↵ | Pascal Rigaux | 2005-12-28 | 1 | -1/+1 |
| | | | | always set in {langs} at that time) | ||||
* | create new function and use it (backport for finish-install) | Olivier Blin | 2005-12-28 | 2 | -4/+11 |
| | |||||
* | check for nvidia_drv.so (as well as nvidia_drv.o) | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | allow to blacklist steps in /etc/sysconfig/finish-install (backport) | Olivier Blin | 2005-12-27 | 1 | -12/+19 |
| | |||||
* | locale is now set by any::selectLanguage_standalone | Olivier Blin | 2005-12-27 | 1 | -2/+0 |
| | |||||
* | add ask_keyboard step (backport) | Olivier Blin | 2005-12-27 | 1 | -1/+19 |
| | |||||
* | keep install_messages.pm for finish-install (i.e. don't break finish-install ↵ | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | | | | in 2006.0) | ||||
* | fix for localedrake in text mode (backport of patch from Pixel) | Olivier Blin | 2005-12-27 | 1 | -1/+1 |
| | |||||
* | some fonts are not seen by fontconfig because of a packaging pb, force a ↵ | Pascal Rigaux | 2005-12-20 | 1 | -0/+13 |
| | | | | rebuild of fc cache | ||||
* | don't overwrite ONBOOT setting when writing adsl configuration (#20089) | Olivier Blin | 2005-12-18 | 1 | -1/+2 |
| | |||||
* | - Removed "localhost" from the DISPLAY veriable, it broke the | Till Kamppeter | 2005-12-16 | 1 | -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 Rigaux | 2005-12-16 | 2 | -2/+4 |
| | | | | mounted, not before!) | ||||
* | (acceptLicense) introduce a wrapper around any::acceptLicense() | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 |
| | |||||
* | (acceptLicense) load the needed modules | Thierry Vignaud | 2005-12-15 | 1 | -0/+1 |
| | |||||
* | (acceptLicense) only show release notes at install time | Thierry Vignaud | 2005-12-15 | 1 | -1/+1 |
| | |||||
* | ask for license agreement before doing anything else | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 |
| | |||||
* | (acceptLicense) in standalone mode, when license is rejected, just reboot | Thierry Vignaud | 2005-12-15 | 1 | -0/+2 |
| | |||||
* | (acceptLicense) move it from install_steps_interactive.pm into any.pm so that | Thierry Vignaud | 2005-12-15 | 2 | -31/+31 |
| | | | | | it is availlable from within finish-install | ||||
* | package lsb is requiring many locales though we don't want it to be installed | Pascal Rigaux | 2005-12-13 | 1 | -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 Blin | 2005-12-08 | 2 | -5/+5 |
| | | | | Baillif for pointing this out) | ||||
* | fix getting raid-extra-boot (bugzilla #19965) | Pascal Rigaux | 2005-11-28 | 1 | -1/+1 |
| | |||||
* | apply locale settings immediately | Olivier Blin | 2005-11-23 | 1 | -0/+2 |
| | |||||
* | don't use /root/tmp if /root doesn't exist (fixes using it in rescue) | Pascal Rigaux | 2005-11-23 | 1 | -2/+1 |
| | |||||
* | add bug references in 10.3-0.64.3.20060mdk's changelog | Thierry Vignaud | 2005-11-18 | 1 | -2/+2 |
| | |||||
* | fix release number after removing %mkrel | Thierry Vignaud | 2005-11-18 | 1 | -3/+3 |
| | |||||
* | 10.3-0.3.20060mdk | Thierry Vignaud | 2005-11-18 | 1 | -1/+13 |
| | |||||
* | rename 10.3-0.1.20060mdk as 10.3-0.2.20060mdk since till previously | Thierry Vignaud | 2005-11-18 | 1 | -2/+5 |
| | | | | | uploaded an update :-( | ||||
* | remember 'restricted' wireless mode | Olivier Blin | 2005-11-16 | 1 | -2/+1 |
| | |||||
* | don't crash if mandi isn't started | Olivier Blin | 2005-11-16 | 1 | -2/+3 |
| | |||||
* | don't screw up eagle-usb devices if the firmware is already loaded | Olivier Blin | 2005-11-16 | 1 | -1/+1 |
| | |||||
* | handle "users" the way "user" is handled | Pascal Rigaux | 2005-11-15 | 1 | -4/+5 |
| | |||||
* | fix upgrading conectivaoffice pkg (bugzilla #18948) | Pascal Rigaux | 2005-11-14 | 1 | -0/+4 |
| | |||||
* | fix wireless network list using iwlist (`` returns a defined empty string if ↵ | Olivier Blin | 2005-11-12 | 1 | -1/+1 |
| | | | | the command fails) | ||||
* | when calling dmraid, replace -ccs and -ccr with -s -c -c and -r -c -c | Pascal Rigaux | 2005-11-10 | 1 | -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 well | Olivier Blin | 2005-11-08 | 1 | -2/+3 |
| |