summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Make the network supplementary media probe able to find an hdlists fileRafael Garcia-Suarez2004-09-061-2/+2
|
* Better handling of mounting/umounting supplementary CDsRafael Garcia-Suarez2004-09-031-1/+1
|
* If a supplementary media is incorrect, continue askingRafael Garcia-Suarez2004-09-021-1/+2
|
* Allow to deselect media only if the hdlists file contains a line "askmedia"Rafael Garcia-Suarez2004-09-021-2/+5
|
* Remove dead codeRafael Garcia-Suarez2004-08-311-3/+0
|
* Support for unselecting some media before the install (begin.)Rafael Garcia-Suarez2004-08-311-8/+13
|
* Fix support for suppl. CDs with hdlists fileRafael Garcia-Suarez2004-08-301-5/+9
|
* add __regexp suffix to matching_desc() and matching_driver()Thierry Vignaud2004-08-271-2/+2
|
* (read_rpmsrate) support the TYPE keyword, using detect_devices::matching_type()Olivier Blin2004-08-201-0/+3
|
* Log the reason why the rpms aren't installedRafael Garcia-Suarez2004-08-171-0/+1
|
* - don't use compssUsers anymore, use compssUsers.plPascal Rigaux2004-08-131-37/+17
| | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS
* perl_checker fixRafael Garcia-Suarez2004-08-131-9/+9
|
* Concision, good (says perl_checker)Rafael Garcia-Suarez2004-08-131-1/+1
|
* Try to copy associated synthesis when a custom hdlist path is givenRafael Garcia-Suarez2004-08-131-3/+9
|
* First stab at supporting several hdlists on a supplementary CDRafael Garcia-Suarez2004-08-121-6/+8
|
* perl_checker compliancePascal Rigaux2004-08-111-7/+7
|
* URLPREFIX is not set if the main media isn't http, so the prefix must beRafael Garcia-Suarez2004-08-101-2/+2
| | | | | passed manually.
* mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵Pascal Rigaux2004-08-101-3/+0
| | | | various places
* Allow multiple complicate flags in rpmsrate, if they're exactly the same.Rafael Garcia-Suarez2004-08-061-1/+1
|
* A small variable renaming: use $medium for hashes and $medium_name for stringsRafael Garcia-Suarez2004-08-031-15/+15
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-8/+8
| | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising
* perl_checker compliancePascal Rigaux2004-07-191-1/+1
|
* add multimedia kernel in analyse_kernel_namePascal Rigaux2004-07-191-1/+1
|
* Some factorization. Protection against /var/lib/urpmi being aRafael Garcia-Suarez2004-07-131-4/+10
| | | | | dangling symlink (see bug #9934)
* Make perl_checker happyRafael Garcia-Suarez2004-06-231-2/+2
|
* Support for supplementary CDs during installation (from the 10.0Rafael Garcia-Suarez2004-06-231-8/+41
| | | | | update branch.)
* add and use install_any::method_allows_medium_changeOlivier Blin2004-06-181-2/+2
|