summaryrefslogtreecommitdiffstats
path: root/perl-install/install/media.pm
Commit message (Collapse)AuthorAgeFilesLines
* (hdlist_on_disk) kill it, no more usedThierry Vignaud2012-12-111-9/+0
|
* (configure_media) rename it as update_media() for consistencyThierry Vignaud2012-12-061-1/+1
|
* (setPackages,configure_media) extract call to urpm::media::configure()Thierry Vignaud2012-12-061-1/+0
| | | | (needed for next commits)
* (hdlist_on_disk) enhance itThierry Vignaud2012-04-231-1/+3
|
* (urpmidir) adapt it to urpmi APIThierry Vignaud2012-04-161-1/+2
| | | | | was unused since switching to urpmi code in 2009, needed for next commits
* perl_checker cleanupsThierry Vignaud2012-03-231-4/+4
|
* spacingThierry Vignaud2012-02-191-1/+10
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* auto_install: when distrib media contains selected_names list, applyOlivier Blin2010-06-111-1/+1
| | | | | it only to the concerned media, and not to previously added media
* compute new_media earlier (array keeps same elements when unselecting media)Olivier Blin2010-06-111-3/+3
|
* pass media list to select_only_some_mediaOlivier Blin2010-06-111-3/+3
|
* simplifyOlivier Blin2010-06-111-3/+1
|
* fix adding additional media with type media_cfg (for auto_install)Olivier Blin2009-11-301-0/+1
|
* (adjust_paths_in_urpmi_cfg) fix cdrom path in urpmi.cfg for dual arch ISOsThierry Vignaud2009-04-231-3/+1
|
* (adjust_paths_in_urpmi_cfg) fix adjusting media path for supplementary cdromThierry Vignaud2009-04-081-1/+2
|
* (_get_media_url) handle NFS & CDROM media with arched directory (aka 'i586/')Thierry Vignaud2009-04-081-1/+3
|
* (adjust_paths_in_urpmi_cfg) fix mount point for disk mediaThierry Vignaud2009-04-081-2/+8
| | | | | | rationale: for disk & nfs install, either resolve /tmp/image (using real mount point) or drop $::prefix, which makes url matches real mount point
* (get_file_and_size) just use curl for ftp retrieval, like for httpThierry Vignaud2009-04-081-4/+1
|
* (install::media::configure_media) extract it out of install::any::SetPackagesThierry Vignaud2009-04-081-0/+7
| | | | (needed for next commit)
* (adjust_paths_in_urpmi_cfg) prevent segfaulting in URPM::PACKAGE::DESTROY ↵Thierry Vignaud2009-04-081-2/+2
| | | | | | (#49673) (as will happen after next patches)
* perl_checker cleanupsThierry Vignaud2009-04-071-3/+0
|
* (adjust_paths_in_urpmi_cfg) fix mount point for CD-ROM media (#49613)Thierry Vignaud2009-04-071-1/+2
| | | | | | | | | (prefix can be either /tmp/image for main media or real mount point) (regression introduced in r255093 on 2009-03-30: "(get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)")
* (_adjust_paths_in_urpmi_cfg) change it so that it consider per mediumThierry Vignaud2009-04-061-14/+13
| | | | | | | | 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()
* (get_media_cfg) only associate current physical medium to newly added mediaThierry Vignaud2009-04-061-1/+4
|
* (setPackages) write urpmi config here instead as in get_media_cfg()Thierry Vignaud2009-04-061-5/+0
| | | | (which is not enough for standalone media)
* (get_standalone_medium, _get_medium) use urpmi in order to add supplementary ↵Thierry Vignaud2009-04-061-65/+5
| | | | medium
* (_get_media_url) extract it from get_media_cfg()Thierry Vignaud2009-04-061-12/+18
|
* (get_media_cfg) fix URI for HTTP/FTP/NFS supplementary mediaThierry Vignaud2009-04-061-2/+12
|
* kill now unused _get_media_cfg_options()Thierry Vignaud2009-04-061-17/+0
|
* (get_media_cfg) move "using urpmi code to add media" stuff from get_media() hereThierry Vignaud2009-04-061-33/+22
|
* (_adjust_paths_in_urpmi_cfg) fix writing urpmi.cfg as cdrom:// for NFSThierry Vignaud2009-03-301-1/+1
| | | | | | (#49316) (regression introduced in r254610 on 2009-03-23: "(get_media,_adjust_paths_in_urpmi_cfg) only adjust newly added medium regarding current physical medium"
* (get_media) simplify after last commit (no more need to adjust path for arch)Thierry Vignaud2009-03-301-10/+2
|
* (get_media) always trust stage1's /tmp/image (thus fixing ISO on NFSThierry Vignaud2009-03-301-4/+2
| | | | | installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)
* fix support for disk installationThierry Vignaud2009-03-261-1/+1
|
* (get_media,_adjust_paths_in_urpmi_cfg) only adjust newly added mediumThierry Vignaud2009-03-231-3/+6
| | | | | regarding current physical medium
* adjust old code for ->{selected} => ->{ignore} switchThierry Vignaud2009-03-231-7/+7
|
* (get_media) log some infoThierry Vignaud2009-03-171-0/+3
|
* (get_media) fix support for iso-on-disk installation (regression whenThierry Vignaud2009-03-171-2/+4
| | | | | installer switched to urpmi) (#48661)
* (install_urpmi) reindentThierry Vignaud2009-03-111-3/+3
|
* (_get_medium_dir) extract it from install_urpmi()Thierry Vignaud2009-03-111-5/+11
|
* (install_urpmi) kill unused 'static' variableThierry Vignaud2009-03-111-3/+1
|
* typo fixThierry Vignaud2009-03-101-1/+1
|
* (get_media) fix selecting packages on cdroms (copy rpmsrate too)Thierry Vignaud2009-03-101-0/+2
| | | | | (once RC1 is released, investigate why _get_compsUsers_pl() failed)
* (get_media) add missing bit in latest commitThierry Vignaud2009-03-091-0/+1
|
* (get_media) fix accessing CD-ROM based media on x86_64Thierry Vignaud2009-03-091-1/+1
|
* (_adjust_paths_in_urpmi_cfg) introduce it in order to fix media forThierry Vignaud2009-03-091-0/+16
| | | | | post-installation usage (especially fix CD-ROM based media path)
* (get_media) keep physical medium around (needed for next commit)Thierry Vignaud2009-03-091-4/+4
|
* (get_media) adjust media path for 32 bit DVD/CD installationsThierry Vignaud2009-03-091-1/+1
|
* (install_urpmi) stop importing pubkeys, already done by urpmiThierry Vignaud2009-03-091-13/+0
|
* (_install_urpmi__generate_names,_install_urpmi__generate_synthesis)Thierry Vignaud2009-03-091-28/+0
| | | | | drop them, uneeded