| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
o nice error message when hal daemon is not running and is needed (#39327)
|
|
|
|
|
|
|
|
|
|
|
|
| |
o fix getting rpms from different media on same DVD
without it $blist->{medium}{mntpoint} is set during first
_find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will
block everything.
with this commit, it won't copy rpms on disk even if on different media if
same DVD.
|
| |
|
| |
|
|
|
|
|
| |
o have a nicer error message when perl-Hal-Cdroms is missing (#38778)
|
| |
|
| |
|
|
|
|
|
| |
in that case, use "umount" command directly.
|
|
you can now use more than one cdrom drive
big commit, no time to split it... some details:
- split urpm::removable into urpm::removable and urpm::cdrom
- fix setting $urpm->{removable_mounted}
- in try_mounting_non_cdroms(), check for local url, simpler than checking
is_cdrom_url and then checking file_from_local_medium
- fix _try_mounting_medium() not mounting non-cdrom anymore
(regression introduced during devel)
- even if urpmi says it wants cdroms in a given order, if you make a mistake,
it will use the one you give (as a side-effect, it simplifies the sort on
"already mounted" cdrom (cf _sort_media disappearing))
|