summaryrefslogtreecommitdiffstats
path: root/perl-install/install/media.pm
Commit message (Collapse)AuthorAgeFilesLines
* (_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
* (_get_media_cfg_options) fix typo in commentThierry Vignaud2009-03-091-1/+1
|
* (get_media) fix setting urpmi media for CDROM installation whose treeThierry Vignaud2009-03-061-2/+7
| | | | | | differ from other types of installation (also fix getting compsUser.pl for CD-ROM)
* (install,select_only_some_media) honor 'selected_names' for auto_installThierry Vignaud2009-03-041-0/+19
|
* (get_media) workaround rel_path added by _stage2_mounted_medium() &&Thierry Vignaud2009-03-031-1/+2
| | | | | | _url2phys_medium() by using $o->{stage2_phys_medium}{url} when available
* use urpmi code in order to add media (and replace medium->{selected}Thierry Vignaud2009-03-021-1/+30
| | | | by medium->{ignore} for compatibility with urpmi)
* (_pkg2media) kill it, just use URPM::pkg2media()Thierry Vignaud2009-03-021-12/+1
|
* (get_medium) do not download and use hdlists anymore ; only use smaller ↵Thierry Vignaud2009-03-021-14/+2
| | | | synthesis files
* (_get_compsUsers_pl) split it out of get_media_cfg()Thierry Vignaud2009-02-241-3/+6
|
* (_url_respect_privacy) kill it (replaced by ↵Thierry Vignaud2009-02-201-7/+1
| | | | urpm::download::url_obscuring_password())
* drop documentation about obsolete fieldsThierry Vignaud2009-02-201-2/+0
|
* (get_media_cfg) drop support for parsing the "media_info/hdlists" fileThierry Vignaud2009-02-181-26/+1
| | | | | (obsolete since using media.cfg)
* (copy_rpms_on_disk) perl_checker cleanupThierry Vignaud2009-02-181-1/+1
|
* prefix internal functions with "_"Thierry Vignaud2009-02-181-63/+63
|
* (get_medium) drop obsolete unused fields 'hdlist_size' and ↵Thierry Vignaud2009-02-181-4/+0
| | | | 'synthesis_hdlist_size'
* (get_medium) adjust obsolete commentThierry Vignaud2009-02-181-1/+1
|
* follow urpmi pratice and use more similar data structure: there canThierry Vignaud2009-02-181-4/+4
| | | | | | be only one key id per medium, so just store it instead of using a dummy hash table
* rename 'key_ids' as 'key-ids' in order to follow urpmi naming policyThierry Vignaud2009-02-181-4/+4
|
* use urpm::download::parse_url_with_login() directly instead ofThierry Vignaud2009-01-091-9/+2
| | | | | copying/forking it since urpm::download is available at install time
* fix reading compssUsers.pl if rpmsrate is forced (for example with ↵Olivier Blin2008-11-171-1/+3
| | | | drakx-in-chroot)
* (print_with_progress) add more meaningfull titleThierry Vignaud2008-09-111-1/+1
|
* - allow passing suppl=0 to disable "additional installation media" questionPascal Rigaux2008-08-201-1/+1
|
* move functions to get available space from installer to drakxtools (to be ↵Olivier Blin2008-03-201-1/+1
| | | | used in draklive-install)