summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* (setPackages) install the right kernel-XXX-devel-latest flavor instead ofThierry Vignaud2009-09-031-2/+3
| | | | | hardcoding 'kernel-desktop-devel-latest'
* do not write /etc/fstab in local_install modeOlivier Blin2009-08-071-1/+1
|
* (upgrade_kde3_to_kde4) fix checking for kde3 (which is now in /opt)Thierry Vignaud2009-04-211-1/+1
|
* (upgrade_kde3_to_kde4) do not offer to stop the install when kde3 isThierry Vignaud2009-04-211-9/+0
| | | | | | | | installed since kde3 to kde4 upgrade is now done through kde4 packages obsoleting kde3 ones just silently select task-kde4
* (prep_net_suppl_media) call configure_media() so that one can installThierry Vignaud2009-04-081-0/+2
| | | | | basesystem before adding suppl network media (maybe should we display a wait message as urpm::media::configure() is costly?)
* (install::media::configure_media) extract it out of install::any::SetPackagesThierry Vignaud2009-04-081-3/+1
| | | | (needed for next commit)
* (_adjust_paths_in_urpmi_cfg) change it so that it consider per mediumThierry Vignaud2009-04-061-0/+1
| | | | | | | | physical medium instead of global medium ; fix path of NFS media after installation (setPackages) adjust paths in urpmi.cfg there instead of within get_media()
* (setPackages) write urpmi config here instead as in get_media_cfg()Thierry Vignaud2009-04-061-0/+5
| | | | (which is not enough for standalone media)
* (remove_package_for_upgrade) fix crashThierry Vignaud2009-02-161-2/+2
|
* Correctly handle new msec-based settings during installation (#47822).Eugeni Dodonov2009-02-161-1/+1
|
* (remove_package_for_upgrade) split it out of setPackages()Thierry Vignaud2009-02-131-26/+33
|
* remove debugging commentThierry Vignaud2009-02-131-1/+0
|
* (upgrade_kde3_to) split it out of setPackages()Thierry Vignaud2009-02-131-1/+7
|
* (cp_with_progress) perl_checker fixThierry Vignaud2009-02-131-1/+1
|
* (ask_suppl_media_method) better layoutThierry Vignaud2009-01-301-1/+1
|
* - do not warn about "servers which open ports on outside by default"Pascal Rigaux2009-01-301-23/+0
| | | | | (the list of servers is not maintained, and the policy for those servers has changed)
* cleanup: remove support from migrating to a different rpm dbapiPascal Rigaux2008-12-161-1/+1
| | | | | (it never worked and it was never used)
* - do allow to upgrade Mandrakelinux (regression introduced in 10.14)Pascal Rigaux2008-12-011-1/+1
| | | | | | (bug tested on Mandrakelinux LE 2005) (regression introduced in r239304 2008-03-13)
* log activation of light desktop modeOlivier Blin2008-10-021-1/+4
|
* enhance commentPascal Rigaux2008-10-021-0/+1
|
* - when upgrading a kde3 box, force installation of task-kde4Pascal Rigaux2008-10-021-0/+1
|
* move codePascal Rigaux2008-10-021-0/+13
|
* (rpmsrate_always_flags) fix blino typoThierry Vignaud2008-10-021-1/+1
|
* set LIGHT rpmsrate flag for netbook/nettop/low_resources systemsOlivier Blin2008-10-021-0/+1
|
* - install apmd if /proc/apm existsOlivier Blin2008-10-011-0/+1
| | | | | (rpmsrate does not list apmd anymore, and apm is a kernel builtin)
* create selected_leaves_pl() out of g_default_packages()Pascal Rigaux2008-09-251-4/+9
|
* install cpufreq (defaulting to ondemand governor) instead of powernowd (#43769)Olivier Blin2008-09-231-1/+1
|
* - install "cryptsetup" when neededPascal Rigaux2008-09-191-0/+1
|
* drop unused code: commercial cd is no morePascal Rigaux2008-09-191-1/+0
|
* do not bother set now unused $o->{libsafe}) ; drop ↵Thierry Vignaud2008-09-151-2/+1
| | | | security::various::config_libsafe()
* use pcmcia-socket-startup from /lib/udev for latest pcmciautilsOlivier Blin2008-09-011-1/+1
|
* remove install::pkgs::read_rpmsrate proxy functionOlivier Blin2008-08-181-2/+3
|
* (default_packages) fix selecting locales-XX for locales that specifyThierry Vignaud2008-08-181-1/+3
| | | | | scripting (#42663)
* fix crash when detecting network connection with supplementary mediaOlivier Blin2008-04-011-3/+1
|
* move functions to get available space from installer to drakxtools (to be ↵Olivier Blin2008-03-201-31/+1
| | | | used in draklive-install)
* - do not propose to upgrade non-mandriva and non-conectiva distros (#38408)Pascal Rigaux2008-03-131-0/+7
|
* - do not load i810fb, rely on vesa xorg drive instead (it may help #37772)Pascal Rigaux2008-03-051-16/+0
|
* - use and install ntfs-3g by default for ntfs partitions (#37823)Pascal Rigaux2008-03-031-0/+1
|
* remove spurious '*' character (grmpf)Olivier Blin2008-02-281-1/+1
|
* move create_minimal_files() from install::any to fs::anyOlivier Blin2008-02-281-13/+1
|
* create common::parse_release_file() out of find_root_parts()Pascal Rigaux2008-01-301-10/+2
|
* install SMP packages when "match_all_hardware" option is setOlivier Blin2007-12-171-1/+1
|
* - do not rebuild rpmdb if it is ok Pascal Rigaux2007-12-111-2/+2
| | | | | (will workaround #32547) (need perl-URPM 3.01)
* with cp_with_progress_() with a cleaner prototype + the ability to passPascal Rigaux2007-10-011-5/+15
| | | | | options. (nb: option keep_special is not the default)
* - do not display any message when user screenshot when chrooted during installPascal Rigaux2007-09-241-5/+8
| | | | | of pkgs (#33752)
* allow to specify keep_unrequested_dependencies in auto_instOlivier Blin2007-09-191-1/+1
|
* do not use $::o in install::pkgs (to be consistent with next commit and to ↵Olivier Blin2007-09-191-1/+1
| | | | please pixel)
* - advertising: restore support for $title in .pl files (wrongly dropped in ↵Pascal Rigaux2007-09-171-0/+2
| | | | 10.4.195)
* advertising: drop support for .pl files, only {title} was still supported, ↵Pascal Rigaux2007-09-141-2/+0
| | | | and it's unused
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-141-1/+1
|