Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312387 Details for
Bug 456110
cmdline kickstart option not honored
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable
anaconda_cmdline_fix.rhel5.patch (text/plain), 700 bytes, created by
Charles Duffy
on 2008-07-22 19:07:11 UTC
(
hide
)
Description:
rhel5 fix for cmdline being overridden by text when graphical install is detected as unworkable
Filename:
MIME Type:
Creator:
Charles Duffy
Created:
2008-07-22 19:07:11 UTC
Size:
700 bytes
patch
obsolete
>diff --git a/anaconda b/anaconda >index aec5d19..c8522b2 100755 >--- a/anaconda >+++ b/anaconda >@@ -832,7 +832,7 @@ if __name__ == "__main__": > # now determine if we're going to run in GUI or TUI mode > # > # if no X server, we have to use text mode >- if not (flags.test or flags.rootpath) and (rhpl.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)): >+ if opts.display_mode == 'g' and not (flags.test or flags.rootpath) and (rhpl.getArch() != "s390" and not os.access("/mnt/runtime/usr/bin/Xorg", os.X_OK)): > stdoutLog.warning(_("Graphical installation not available... " > "Starting text mode.")) > time.sleep(2)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 456110
:
312386
| 312387 |
315822