Bug 3084
| Summary: | Xconfigurator --kickstart doesn't work for the Diamond Fire GL 1000 PRO | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | judson |
| Component: | Xconfigurator | Assignee: | Preston Brown <pbrown> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.0 | CC: | judson |
| 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: | 1999-08-31 21:03: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: | |||
This issue has been forwarded to a developer for further review. msw is working on Xconfigurator fixed for the next release. |
This appears to be because the following: line 2542 ------ snprintf(cmd, sizeof(cmd), "grep videoram: %s >> %s", tfilenm1, tfilenm3); should be: snprintf(cmd, sizeof(cmd), "grep videoram %s >> %s", tfilenm1, tfilenm3); Or else it then tries to probe and fails. If this change is made it works as documented.