Bug 183999
Summary: | unable to install FC5T3 because tried to find rpm packages only in disc1 dir | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Gabriel Ramirez <gabriello.ramirez> |
Component: | anaconda | Assignee: | David Cantrell <dcantrell> |
Status: | CLOSED RAWHIDE | QA Contact: | Mike McLean <mikem> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | dizzy, noa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2006-04-18 20:42:17 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Gabriel Ramirez
2006-03-04 21:17:13 UTC
the following is a addendum tyo the first comment: - the machine is booting from boot.iso in a cd - the cds iso images are mounted via automount - I select the option customize now I tried the following: 1. creating a a dir in /linux/fedora/core/4.92/i386/ called cds and inside it symlink to the disc# dir in dir os so I was able to create a repodata dir with createrepo /linux/fedora/core/4.92/i386/cds 2. copy comps.xml to repodata dir and add his info to repomd.xml 3. so the contents of cds dir is disc1 disc2 disc3 disc3 disc4 disc5 repodata 4. actual result is anaconda will dowload some rpms , so is a little step forward but later try to find a rpm in disc1 when the rpm phisically is in disc2 and I try another way I delete the disc2 disc3 disc4 disc5 dirs and I symlink all rpms from os/disc2-5 /Fedora/RPMS/* to cds/disc1/Fedora/RPMS/. the anaconda download a fe rpms but later complains about not finding disc3 dir I combine the two solutions I create symlinks of disc2-5 and I symlink all rpms into disc1/Fedora/RPMS I success to install FC5T3 this way, but seems which the install program try to find all rpms within disc1 and also in the other dirs disc2-5 in differents steps of the installation this method ( mounting the cd images without kludges) was/is working in Fedora Core 4 maybe I'm overlooking something? thanks No, you're not overlooking anything. The install method you've described stopped working post FC4. It's on the list of things to take care of after FC5. The switch to yum for anaconda's package installation backend brought many exciting and challenging problems, this one among them. To do an HTTP installation now, you'll just need to have a directory with all of the packages and correct repo data. If you combine all of the packages from a set of CDs to one directory, be sure to run createrepo to generate more or less correct yum data. Some time in the near future, the loopback mounting of ISO images for HTTP-based installs should be working again. Thanks again. FYI: createrepo -g Fedora/base/comps.xml . thanks for clarifying the current situation, and I will try that *** Bug 186003 has been marked as a duplicate of this bug. *** today I tried mounting the DVD image (Fedora Core 5 Release, NOT test3) via a loop device and exporting it via http and I did a minimal install from it without problems thanks *** Bug 189097 has been marked as a duplicate of this bug. *** Changes committed to rawhide now. Might change this around later because it's not the best solution to this problem. But it should work. |