Bug 57175
| Summary: | post-install cannot modify /etc/X11/XF86Config-4 | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Dimitri Papadopoulos Orfanos <dimitri.papadopoulos> |
| Component: | anaconda | Assignee: | Jeremy Katz <katzj> |
| Status: | CLOSED RAWHIDE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.2 | ||
| 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: | 2001-12-12 20:21:19 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
Dimitri Papadopoulos Orfanos
2001-12-06 14:43:42 UTC
As a workaround, you should be able to do skipx in the ks.cfg and then do what you want as far as X config in the %post fixed in cvs when i try to intall redhat into my pc. actually after I do everything
Partitions. and then when it begins formatting the Partitions I get this error.
---------starts from here-------------
Traceback(Inner Most last):
File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/iw/progress_gu.py",line 20
in run
rc= self.toda.doinstall()
File "/var/tmp/anaconda-7.0.1/use/lib/anaconda/todo.py",line 1472, in
doinstall
self.fstab.mount FileSystems (self.instpath)
File "/var/tmp/anaconda/fstab.py", Line 713, in mount file systems
raise system error (errno,msg)
system error:(22, invalid argument)
---------end-------------
|