summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix Xconfig::default::configure() usePascal Rigaux2004-12-231-1/+1
|
* "XFdrake --auto" is now fully auto using auto_install configuration instead ↵Pascal Rigaux2004-12-231-1/+1
| | | | of "as much auto as can be"
* - don't ask X to restart in auto modePascal Rigaux2004-12-231-2/+2
| | | | | - set exit status to 1 when configuration failed (esp. auto mode)
* "snd-audigyls" ALSA driver was renamed "snd-ca0106" in ALSA CVS;Thierry Vignaud2004-12-221-1/+2
| | | | | let's have our tools be aware of that once our kernel got synced
* handle new snd-pcxhr driver from alsa CVSThierry Vignaud2004-12-221-0/+1
|
* install proper tools for Digigram PCXHR sound cardThierry Vignaud2004-12-221-0/+1
|
* simplifyPascal Rigaux2004-12-221-7/+3
|
* no need to use max_size, no need to compute itPascal Rigaux2004-12-221-12/+4
|
* fix previous commitPascal Rigaux2004-12-221-3/+4
|
* create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵Pascal Rigaux2004-12-221-45/+62
| | | | easily used outside install
* add option no_bad_drives (to workaround bugzilla #12766)Pascal Rigaux2004-12-222-1/+2
|
* /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't ↵Pascal Rigaux2004-12-211-1/+1
| | | | change anything
* - fs::mount() wants a real device or a faked one, but doesn't accept things ↵Pascal Rigaux2004-12-213-7/+8
| | | | | | | | like fd0 anymore (give it /dev/fd0) - a little more robust analyze_wild_device_name() during install - handle bad things in subpart_from_wild_device_name()
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-87/+79
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-215-9/+9
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-216-20/+20
|
* much simpler code to handle post-install update modulesPascal Rigaux2004-12-212-35/+11
| | | | | | - it handles new modules - it calls depmod