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 312386 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]
rhel4 fix for cmdline being overridden by text when graphical install is detected as unworkable
anaconda_cmdline_fix.rhel4.patch (text/plain), 998 bytes, created by
Charles Duffy
on 2008-07-22 19:06:34 UTC
(
hide
)
Description:
rhel4 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:06:34 UTC
Size:
998 bytes
patch
obsolete
>diff --git a/anaconda b/anaconda >index ce16d82..e4fb384 100755 >--- a/anaconda >+++ b/anaconda >@@ -750,7 +750,7 @@ log("Method = %s", method) > # > # override display mode if machine cannot nicely run X > # >-if (not flags.test): >+if flags.display_mode == 'g' and not flags.test: > if (iutil.memInstalled() < isys.MIN_GUI_RAM): > dup_log(_("You do not have enough RAM to use the graphical " > "installer. Starting text mode.")) >@@ -868,7 +868,7 @@ acpicpus = isys.acpicpus() > # 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 (iutil.getArch() != "s390" and not os.access("/mnt/runtime/usr/X11R6/bin/Xorg", os.X_OK)): >+if flags.display_mode == 'g' and not (flags.test or flags.rootpath) and (iutil.getArch() != "s390" and not os.access("/mnt/runtime/usr/X11R6/bin/Xorg", os.X_OK)): > dup_log(_("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