summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* package lsb is requiring many locales though we don't want it to be installedtopic/MDK-10_2-updatePascal Rigaux2005-12-131-2/+9
| | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183)
* (install) do not kill runaway processes when building the globetrotterThierry Vignaud2005-06-091-1/+1
|
* (bestKernelPackage) while building a globetrotter, do not look for aThierry Vignaud2005-06-091-0/+1
| | | | | specific kernel favour
* the standard kernel is bigmem compliant, no need to install kernel-smp for ↵Pascal Rigaux2005-04-111-1/+0
| | | | this (bugzilla #15353)
* When sorting CDs, put supplementary CDs at the endRafael Garcia-Suarez2005-04-081-1/+7
|
* if i686-up-4GB is not there we don't have pae, fallback on i586-up-1GBPascal Rigaux2005-03-291-1/+1
|
* handle new kernel flavour for i686 but non paePascal Rigaux2005-03-211-0/+1
|
* Allow to specify "suppl" and "askmedia" in the kernel command-line as well ↵Rafael Garcia-Suarez2005-03-161-1/+1
| | | | as in the hdlists file
* Install kernel-xbox on XBOX, bypass bootloader setup and eject callStew Benedict2005-03-151-1/+2
|
* Modify new string in order to merge with KDE translationsRafael Garcia-Suarez2005-03-041-1/+1
|
* Fix passing installation method instead of description to install_any::getFileRafael Garcia-Suarez2005-03-041-3/+3
|
* Add a wait message when downloading hdlists from networkRafael Garcia-Suarez2005-03-041-0/+3
|
* Verify free space on disk for copying rpmsRafael Garcia-Suarez2005-02-221-1/+1
|
* Support media size check when copying every rpm on HDRafael Garcia-Suarez2005-02-151-5/+12
|
* do not favor perl-GTKThierry Vignaud2005-02-111-1/+1
|
* fix setting @hdlists when deselectionAllowed is falsePascal Rigaux2005-02-071-3/+5
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-2/+4
|
* fix generating compssUsers.flat (was broken because of the CAT_xxx switch)Pascal Rigaux2005-01-181-1/+1
|
* 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 :)
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-281-25/+24
| | | | | | | | | 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
* simplifyPascal Rigaux2004-12-221-7/+3
|
* 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
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-51/+45
|
* create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵Pascal Rigaux2004-12-161-1/+1
| | | | | | | but only if we are root (this helps testings install without dying)
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
|
* We won't have files named compssUsers.pl.<meta_class> since they're allRafael Garcia-Suarez2004-11-261-2/+2
| | | | | merged now.
* we don't use /tmp for devices anymorePascal Rigaux2004-11-251-1/+1
| | | | | (this comes from long ago when redhat code was using a ro /dev and creating other devices in /tmp)
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-7/+0
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* enhance analyse_kernel_name(), esp. to handle i686-up-64GBPascal Rigaux2004-11-161-1/+6
|
* reverted pkgs, SorryFunda Wang2004-11-091-1/+1
|
* s/fctix/fcitx. Critical typoFunda Wang2004-11-091-1/+1
|
* IA-64 and X86-64 are full 64-bit arches thus don't need kernel-enterpriseGwenolé Beauchesne2004-10-281-1/+1
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-3/+4
| | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file.
* (supplCDMountPoint) perl_checker cleanupThierry Vignaud2004-10-051-1/+1
|
* fix logging rpmsrate_flags_chosenPascal Rigaux2004-10-011-1/+2
|
* better loggingPascal Rigaux2004-09-271-1/+1
|
* Save hdlists and synthesis as user rootRafael Garcia-Suarez2004-09-241-2/+5
|
* Fix supplementary CDs with any kind of mediaRafael Garcia-Suarez2004-09-201-4/+6
|
* fix choosing bestKernelPackagePascal Rigaux2004-09-101-7/+9
|
* remove debug codePascal Rigaux2004-09-101-1/+1
|
* - choose the good kernel for the boxPascal Rigaux2004-09-091-2/+7
| | | | | - add recognition of i586-up-1GB
* Re-read all hdlists in reverse order when there are supplementary media.Rafael Garcia-Suarez2004-09-091-7/+9
| | | | | Don't unselect every single media when doing an installation from iso images.
* Add a count of skipped packages after having read an hdlistRafael Garcia-Suarez2004-09-081-1/+3
|
* Always return a hashref from pkgs::packageMedium()Rafael Garcia-Suarez2004-09-081-6/+8
|
* Remove debug logsRafael Garcia-Suarez2004-09-081-2/+0
|
* install_urpmi() wasn't writing proper urls when having read an hdlistsRafael Garcia-Suarez2004-09-071-4/+5
| | | | | file for a networked supplementary media
* Code factorizationRafael Garcia-Suarez2004-09-071-25/+12
|
* Skip packages that are found on a supplementary media but that areRafael Garcia-Suarez2004-09-071-2/+27
| | | | | already provided by the main media.