summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Pascal Rigaux2005-01-041-1/+88
|
* ld-linux.so.2 is also needed on the rescue :)Pascal Rigaux2005-01-041-0/+1
|
* install hotkeys in order to have working special keys onThierry Vignaud2005-01-041-1/+1
| | | | | internet/multimedia laptop keyboards
* updated pot filePablo Saratxaga2005-01-041-312/+332
|
* update ADSL ISPs listThierry Vignaud2005-01-041-2/+133
|
* Bugzilla 12861 - Directories with spacesStew Benedict2005-01-031-20/+27
| | | | | | Mandrakeclub - Perms on tarballs too relaxed perl_checker compliance
* a somewhat nicer message when loading a modulePascal Rigaux2005-01-031-6/+17
|
* '--best-output' is no longer an urpmi option (and it's not necessaryRafael Garcia-Suarez2005-01-031-1/+1
| | | | | anyway since --auto is specified)
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-036-14/+10
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* "Administrator (root)" is more user-friendly than "root"Pascal Rigaux2005-01-032-3/+3
|
* add another wifi driver (will be in next kernel)Thierry Vignaud2005-01-031-1/+1
|
* (migrate_device_names) try to be smarter with translatorsThierry Vignaud2005-01-031-3/+3
|
* default security level is now 3Pascal Rigaux2005-01-031-1/+1
|
* Make do_pkgs::install() return the number of packages actually installedRafael Garcia-Suarez2005-01-031-0/+2
| | | | | (used by printerdrake, apparently)
* *** empty log message ***Pascal Rigaux2005-01-031-1/+60
|
* remove codepage= option for fs types which don't handle it (eg: ntfs)Pascal Rigaux2005-01-031-0/+3
|
* create can_be_one_of_those_fs_types()Pascal Rigaux2005-01-031-1/+6
|
* add another sparc sound driverThierry Vignaud2005-01-032-1/+2
|
* ensure /tmp/syslog in stage2 contains the full logPascal Rigaux2005-01-032-2/+6
| | | | | (currently stage2 init was writing in a file shadowed by stage2 copying the /stage1/tmp/syslog over its file)
* no clp is not an errorPascal Rigaux2005-01-031-1/+1
|
* move mdkinst.clp on hard drive ASAPPascal Rigaux2005-01-033-0/+28
| | | | | | => allows multi-cd installs even if the mdkinst.clp was not preloaded => allows to better memory handling during pkgs install (hopefully at least)
* it's cleaner to have the clp_tmpfs in /tmpPascal Rigaux2005-01-031-1/+1
| | | | | (i think it was already that way for move and that i broke it, but who knows?)
* updated pot filePablo Saratxaga2005-01-031-415/+530
|
* - enabled choice of various new keyboard layouts.Pablo Saratxaga2005-01-031-20/+54
| | | | | - don't prepend "us," if there is already a list of layouts
* *** empty log message ***Pascal Rigaux2005-01-031-1/+28
|
* s/jp/ja. Corrected spelling of locale jaFunda Wang2005-01-031-1/+1
|
* simplify (we always want the logo, and looking the right path is already ↵Pascal Rigaux2004-12-311-2/+1
| | | | done elsewhere)
* no need to have things twice in _icon_paths()Pascal Rigaux2004-12-311-3/+0
|
* ldd doesn't say anymore which file ld-linux is, so adding it explicitlyPascal Rigaux2004-12-311-0/+1
|
* *** empty log message ***Pascal Rigaux2004-12-311-1/+374
|
* better layout:Pascal Rigaux2004-12-311-9/+3
| | | | | | | - ensure buttons are at bottom using pack_end instead of packing a growing empty vbox for ask_warn-like dialogs - drop old code - always allow box to grow (this may be wrong)
* simplify (thanks to perl_checker)Pascal Rigaux2004-12-311-1/+0
|
* remove code using getAndSaveFile to get the X serverPascal Rigaux2004-12-311-5/+0
| | | | | (we don't have live directory anymore, and anyway we only use one X server)
* more spacing around the separator and the buttons (as requested by ergonomy ↵Pascal Rigaux2004-12-301-1/+2
| | | | team)
* move device mapper initialisation out of lvm.pm into devices.pm (since it ↵Pascal Rigaux2004-12-292-9/+13
| | | | will be useful for other things)
* simplify and speed up computeGroupSize()Pascal Rigaux2004-12-291-12/+12
|
* in computeGroupSize()Pascal Rigaux2004-12-291-11/+21
| | | | | | | | - fix old ugly bug (CAT_FOO && CAT_BAR || CAT_FOO was reduced to CAT_FOO && CAT_BAR) - log the time spent - ignore already selected packages - group by same rpmsrate flags (nice speedup :)
* when computing group size, select CAT_SYSTEM packagesPascal Rigaux2004-12-291-1/+1
|
* - add can_defaultPascal Rigaux2004-12-281-11/+11
| | | | | - remove known_opts (alike the rest of the code)
* fix overlapPascal Rigaux2004-12-281-1/+1
|
* re-organize steps display as requested by ergonomic teamPascal Rigaux2004-12-281-6/+11
|
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-283-82/+105
| | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up
* fix displaying package tree (was empty since moving from XXX to CAT_XXX)Pascal Rigaux2004-12-281-1/+1
|
* differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵Pascal Rigaux2004-12-243-191/+195
| | | | flags)
* "Samba server" is better named "Windows Files Sharing (SMB)" (bugzilla #10585)Pascal Rigaux2004-12-241-1/+1
|
* bump require on perl in order to prevent beakage on update due toThierry Vignaud2004-12-231-1/+1
| | | | | binary incompatibility (#12719 and the like)
* Add a new check script in tools. It compares the perl modules used by the .pmRafael Garcia-Suarez2004-12-231-0/+22
| | | | | | files in perl-install against the ones listed in share/list, to detect potential missing modules (and potential run-time problems during the stage 2)
* fix typo in 10.2-0.7mdk's changelogThierry Vignaud2004-12-231-1/+1
|
* 10.2-0.7mdkThierry Vignaud2004-12-231-1/+9
|
* add a couple of new ALSA driversThierry Vignaud2004-12-231-2/+2
|