Bug 179387

Summary: Shouldn't let you install Xen *inside* domU
Product: [Fedora] Fedora Reporter: Bill Nottingham <notting>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
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: 2006-02-04 03:45:26 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: 179599    

Description Bill Nottingham 2006-01-30 20:30:11 UTC
... as it doesn't make much sense.

rawhide-20060130.

Comment 1 Jeremy Katz 2006-01-31 21:05:13 UTC
The architecture matches, so we have no real way to disallow it (... other than
just a really bad hack)

Comment 2 Bill Nottingham 2006-01-31 21:18:05 UTC
Surely you can clean it out of the option list?

Comment 3 Jeremy Katz 2006-02-03 23:51:00 UTC
That would be the "really bad hack".  Which is now done

Comment 4 Bill Nottingham 2006-02-04 01:40:14 UTC
        if os.path.exists("/proc/xen") or True:

That seems a little extreme?

Perhaps you mean s/True/iutil.getArch() != "ppc"/?


Comment 5 Bill Nottingham 2006-02-04 01:40:51 UTC
Erm, ==. Me type pretty one day.

Comment 6 Jeremy Katz 2006-02-04 03:45:26 UTC
More, "testing gone bad"