Bugzilla – Bug 154697
No package gets installed when I try to add a "Add on product"
Last modified: 2006-03-02 20:55:01 UTC
When I try to install and add a "Add on product" (you have to use a workaround and eject the CD by hand) then I get a pop up to insert CD1. When I click on "Eject" to get out the CD then it goes directly to the end of stage1 and stops at creating initrd.
Created attachment 70995 [details] complete /var/log/Yast2
Tbe problem was that zypp treated the medium as mounted - even if it was not mounted. As a workaround, mount the media also manually after entering the add-on product media to the same directory as it was mounted before eject - ZYPP will detect the media, unmount it, and ask for correct one. I fixed exception handling, so now ZYPP should handle this situation properly.