| Summary: | Beaker only accepts i386 as arch. | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Gowrishankar Rajaiyan <grajaiya> |
| Component: | general | Assignee: | beaker-dev-list |
| Status: | CLOSED WONTFIX | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | develop | CC: | dcallagh, mjia, rjoost |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-29 23:55:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Gowrishankar Rajaiyan
2016-03-29 10:04:40 UTC
The 32-bit Intel x86 ISA is called "i386" in Beaker, which matches the name of the architecture as it appears in the RHEL and Fedora tree metadata as well. Nowadays RPMs will have i686 instead of i386, to indicate that they were compiled targetting the Pentium Pro extensions, but that distinction isn't really meaningful to Beaker. We don't want people to have to say "this system supports i386, i586, i686, ..." plus all the other variations that have been used over the years. This is similar to POWER where the ISA is called "ppc64" in Beaker and in tree metadata, there's no attempt to distinguish between all the POWER versions in the architecture string itself. If you have a script that needs to deal with "i686" because it's looking at package architectures, just hardcode a mapping back to "i386" which is the architecture you want to actually install. |