Bug 9252

Summary: Buglet in anaconda loader, fix included.
Product: [Retired] Red Hat Linux Reporter: Craig M. Buchek <cbuchek>
Component: anacondaAssignee: Matt Wilson <msw>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-09 07:04:30 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 Craig M. Buchek 2000-02-08 22:56:34 UTC
In line 910 of loader.c, within the function mountUrlImage(), there is a
reference to NFS_STAGE_NFS.  This should be URL_STAGE_MAIN, which is what
that function checks for.  Looks messy, but it actually works OK, because
both macros expand to the same value.

Comment 1 Matt Wilson 2000-02-09 07:04:59 UTC
Patch applied, thanks.