Bug 232509

Summary: HTTP installs from Rescue CD get confused about finding .discinfo
Product: [Fedora] Fedora Reporter: Adam Jackson <ajax>
Component: anacondaAssignee: Dave Cantrell <dcantrell>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-04-12 18:43:24 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:
Bug Depends On:    
Bug Blocks: 150225    

Description Adam Jackson 2007-03-15 20:06:54 UTC
Description of problem:

Boot from rescue CD, choose HTTP install, but supply a URL that doesn't contain
a .discinfo file (like,
http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/os/Fedora
instead of just .../os).  The loader will then say it found local install media,
but after the partition setup, will fail to find the repodata under the URL you
gave it, and throw a fatal Abort.

So probably the check for .discinfo is just looking in the wrong place.

Experienced with rawhide rescue cd, haven't checked FC6.

Comment 1 Dave Cantrell 2007-04-12 18:43:24 UTC
This seems easy and reasonable, so I added it to loader.  Try to pull .discinfo
if we are going to load the second stage from the rescue CD.  If it fails, send
you back to the URL entry screen.