summaryrefslogtreecommitdiffstats
path: root/perl-install/install/media.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* (_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)
* - restore correct configuration of nfs/hd media in urpmi.cfgPascal Rigaux2008-03-051-2/+4
| | | | | (regression introduced in 10.8)
* simplify ("file://foo" is same as "/foo")Pascal Rigaux2008-03-041-2/+1
|
* "media_info_dir: media_info" is by default now (urpmi 5.3)Pascal Rigaux2008-03-031-1/+0
|
* - use cdrom:// instead of removable:// in urpmi.cfg (urpmi 5.7)Pascal Rigaux2008-03-031-11/+4
|
* enhace previous commit: don't keep the pubkey in /var/lib/urpmi after ↵Pascal Rigaux2007-12-111-0/+1
| | | | importing it
* - adapt to perl-URPM 3.00 API to parse pubkey filesPascal Rigaux2007-12-111-7/+4
|
* - fix copying of ../../i586/media/main medium Pascal Rigaux2007-10-041-2/+7
| | | | | (for dual_arch CDs sharing the i586 medium)
* - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm)Pascal Rigaux2007-10-011-1/+1
| | | | | when copying packages on disk
* - log_sizes: cleanup __db* filesPascal Rigaux2007-09-281-0/+1
|
* - fix using iso CD2 on disk (#33022):Pascal Rigaux2007-09-261-3/+7
| | | | | | | | o remove " from medium name when reading media.cfg o handle "Volume id" ending with -CD[123] instead of -Disc[123] and also add some more logs
* nicer error message when giving a wrong media_cfg_isos urlPascal Rigaux2007-09-251-1/+1
|
* in my tests with drakx-in-chroot, i end up change_phys_medium being called byPascal Rigaux2007-09-191-2/+2
| | | | | | get_file_and_size, so ensure $o->{packages} is passed, otherwise it breaks needToCopy action
* rename {mediums} field into {media} to be compatible with urpm:: modules ↵Pascal Rigaux2007-08-121-16/+16
| | | | (from urpmi)
* prepare for using xxx/media_info/hdlist.cz instead of media_info/hdlist_xxx.czPascal Rigaux2007-06-281-12/+16
| | | | | | by renaming {hdlist} field into {rel_hdlist} which for now contains what used to be "media_info/$m->{hdlist}"
* - auto_install: allow "automatic=met:http,ser:server,dir:/pub/dirPascal Rigaux2007-06-191-1/+1
| | | | | kickstart=/pub/auto_inst.cfg" to get http://server/pub/auto_inst.cfg (#31474)
* re-sync after the big svn lossPascal Rigaux2007-04-251-0/+1008