Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When re-using the rpmsrate and compssUsers.pl from a supplementary media, | Rafael Garcia-Suarez | 2005-04-14 | 1 | -1/+1 |
| | | | | | | always retrieve them locally in /tmp, instead of choosing the main install method (this wasn't working for http installs) | ||||
* | the standard kernel is bigmem compliant, no need to install kernel-smp for ↵ | Pascal Rigaux | 2005-04-11 | 1 | -1/+0 |
| | | | | this (bugzilla #15353) | ||||
* | When sorting CDs, put supplementary CDs at the end | Rafael Garcia-Suarez | 2005-04-08 | 1 | -1/+7 |
| | |||||
* | if i686-up-4GB is not there we don't have pae, fallback on i586-up-1GB | Pascal Rigaux | 2005-03-29 | 1 | -1/+1 |
| | |||||
* | handle new kernel flavour for i686 but non pae | Pascal Rigaux | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | Allow to specify "suppl" and "askmedia" in the kernel command-line as well ↵ | Rafael Garcia-Suarez | 2005-03-16 | 1 | -1/+1 |
| | | | | as in the hdlists file | ||||
* | Install kernel-xbox on XBOX, bypass bootloader setup and eject call | Stew Benedict | 2005-03-15 | 1 | -1/+2 |
| | |||||
* | Modify new string in order to merge with KDE translations | Rafael Garcia-Suarez | 2005-03-04 | 1 | -1/+1 |
| | |||||
* | Fix passing installation method instead of description to install_any::getFile | Rafael Garcia-Suarez | 2005-03-04 | 1 | -3/+3 |
| | |||||
* | Add a wait message when downloading hdlists from network | Rafael Garcia-Suarez | 2005-03-04 | 1 | -0/+3 |
| | |||||
* | Verify free space on disk for copying rpms | Rafael Garcia-Suarez | 2005-02-22 | 1 | -1/+1 |
| | |||||
* | Support media size check when copying every rpm on HD | Rafael Garcia-Suarez | 2005-02-15 | 1 | -5/+12 |
| | |||||
* | do not favor perl-GTK | Thierry Vignaud | 2005-02-11 | 1 | -1/+1 |
| | |||||
* | fix setting @hdlists when deselectionAllowed is false | Pascal Rigaux | 2005-02-07 | 1 | -3/+5 |
| | |||||
* | Add support to copy all RPMs to the hard drive before installation. | Rafael Garcia-Suarez | 2005-02-04 | 1 | -2/+4 |
| | |||||
* | fix generating compssUsers.flat (was broken because of the CAT_xxx switch) | Pascal Rigaux | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | simplify and speed up computeGroupSize() | Pascal Rigaux | 2004-12-29 | 1 | -12/+12 |
| | |||||
* | in computeGroupSize() | Pascal Rigaux | 2004-12-29 | 1 | -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 Rigaux | 2004-12-28 | 1 | -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 | ||||
* | simplify | Pascal Rigaux | 2004-12-22 | 1 | -7/+3 |
| | |||||
* | fix previous commit | Pascal Rigaux | 2004-12-22 | 1 | -3/+4 |
| | |||||
* | create read_rpmsrate_raw() out of read_rpmsrate(), this new function can be ↵ | Pascal Rigaux | 2004-12-22 | 1 | -45/+62 |
| | | | | easily used outside install | ||||
* | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 1 | -51/+45 |
| | |||||
* | create function detect_devices::BIGMEM() which calls c::dmiDetectMemory(), ↵ | Pascal Rigaux | 2004-12-16 | 1 | -1/+1 |
| | | | | | | | but only if we are root (this helps testings install without dying) | ||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
| | |||||
* | We won't have files named compssUsers.pl.<meta_class> since they're all | Rafael Garcia-Suarez | 2004-11-26 | 1 | -2/+2 |
| | | | | | merged now. | ||||
* | we don't use /tmp for devices anymore | Pascal Rigaux | 2004-11-25 | 1 | -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 dead | Pascal Rigaux | 2004-11-18 | 1 | -7/+0 |
| | | | | | (remove usingRamdisk(), check_prog(), remove_unused()...) | ||||
* | enhance analyse_kernel_name(), esp. to handle i686-up-64GB | Pascal Rigaux | 2004-11-16 | 1 | -1/+6 |
| | |||||
* | reverted pkgs, Sorry | Funda Wang | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | s/fctix/fcitx. Critical typo | Funda Wang | 2004-11-09 | 1 | -1/+1 |
| | |||||
* | IA-64 and X86-64 are full 64-bit arches thus don't need kernel-enterprise | Gwenolé Beauchesne | 2004-10-28 | 1 | -1/+1 |
| | |||||
* | Installation with a ftp supplementary media (for mini-isos) : | Rafael Garcia-Suarez | 2004-10-19 | 1 | -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 cleanup | Thierry Vignaud | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | fix logging rpmsrate_flags_chosen | Pascal Rigaux | 2004-10-01 | 1 | -1/+2 |
| | |||||
* | better logging | Pascal Rigaux | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | Save hdlists and synthesis as user root | Rafael Garcia-Suarez | 2004-09-24 | 1 | -2/+5 |
| | |||||
* | Fix supplementary CDs with any kind of media | Rafael Garcia-Suarez | 2004-09-20 | 1 | -4/+6 |
| | |||||
* | fix choosing bestKernelPackage | Pascal Rigaux | 2004-09-10 | 1 | -7/+9 |
| | |||||
* | remove debug code | Pascal Rigaux | 2004-09-10 | 1 | -1/+1 |
| | |||||
* | - choose the good kernel for the box | Pascal Rigaux | 2004-09-09 | 1 | -2/+7 |
| | | | | | - add recognition of i586-up-1GB | ||||
* | Re-read all hdlists in reverse order when there are supplementary media. | Rafael Garcia-Suarez | 2004-09-09 | 1 | -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 hdlist | Rafael Garcia-Suarez | 2004-09-08 | 1 | -1/+3 |
| | |||||
* | Always return a hashref from pkgs::packageMedium() | Rafael Garcia-Suarez | 2004-09-08 | 1 | -6/+8 |
| | |||||
* | Remove debug logs | Rafael Garcia-Suarez | 2004-09-08 | 1 | -2/+0 |
| | |||||
* | install_urpmi() wasn't writing proper urls when having read an hdlists | Rafael Garcia-Suarez | 2004-09-07 | 1 | -4/+5 |
| | | | | | file for a networked supplementary media | ||||
* | Code factorization | Rafael Garcia-Suarez | 2004-09-07 | 1 | -25/+12 |
| | |||||
* | Skip packages that are found on a supplementary media but that are | Rafael Garcia-Suarez | 2004-09-07 | 1 | -2/+27 |
| | | | | | already provided by the main media. | ||||
* | Make the network supplementary media probe able to find an hdlists file | Rafael Garcia-Suarez | 2004-09-06 | 1 | -2/+2 |
| | |||||
* | Better handling of mounting/umounting supplementary CDs | Rafael Garcia-Suarez | 2004-09-03 | 1 | -1/+1 |
| |