summaryrefslogtreecommitdiffstats
path: root/perl-install/install/media.pm
Commit message (Collapse)AuthorAgeFilesLines
* - 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