Bug 190099 - "vnc" boot option doesn't override "text" in kickstart file
Summary: "vnc" boot option doesn't override "text" in kickstart file
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: anaconda
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Chris Lumens
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks: 176344
TreeView+ depends on / blocked
 
Reported: 2006-04-27 15:42 UTC by Bastien Nocera
Modified: 2007-11-30 22:07 UTC (History)
1 user (show)

Fixed In Version: RHBA-2007-0215
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-05-01 17:22:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2007:0215 0 normal SHIPPED_LIVE anaconda, and rhpl bug fix update 2007-05-01 17:16:50 UTC

Description Bastien Nocera 2006-04-27 15:42:44 UTC
RHEL4 U3

1. Create a kickstart file with the "text" option in there
2. Start your kickstart installation using the "vnc" boot option

From the RHEL3 release notes (where this functionality was added):
"NOTE: If you specify any of the VNC-related boot-time options, they will
override the corresponding options present in the kickstart file."

in kickstart.c:
static void setTextMode(struct loaderData_s * loaderData, int argc,
                       char ** argv, int * flagsPtr) {
   (*flagsPtr) = (*flagsPtr) | LOADER_FLAGS_TEXT;
   return;
}

I think this would need to check for the presence of the LOADER_FLAGS_GRAPHICAL
flag before assigning the LOADER_FLAGS_TEXT flag.

Comment 1 Chris Lumens 2006-06-26 18:20:28 UTC
Committed a fix to Rawhide.  A slightly different fix will be required for
RHEL4, but it shouldn't be too bad.

Comment 2 RHEL Program Management 2006-08-18 16:04:31 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 7 Red Hat Bugzilla 2007-05-01 17:22:27 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on the solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2007-0215.html



Note You need to log in before you can comment on or make changes to this bug.