Bug 191541 - incorrectly prompted for "keyboard type" during VNC installation
Summary: incorrectly prompted for "keyboard type" during VNC installation
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-05-12 19:38 UTC by ericm24x7
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-05-15 18:46:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description ericm24x7 2006-05-12 19:38:29 UTC
Description of problem:
Incorrectly prompted for "keyboard type" during VNC installation even though the
"keyboard type" has already been defined in the kickstart configuration file.

Version-Release number of selected component (if applicable):
anaconda-11.1.0.10-1

How reproducible:
persistent

Steps to Reproduce:
1. prepare a kickstart configuration file (ks.cfg) that include "keyboard us" in
one line. 
Here is a an example ks.cfg file: 
    # assumed installation source host is located at 192.168.3.101
    vnc --host 192.168.3.101 --port 6603      
    # assumed source root source directory is located at /mysrc/fed/i386
    url --url ftp://192.168.3.101/mysrc/fed/i386
    lang en_US.UTF-8
    keyboard us

2. During the installation command prompt type:
    linux vnc ks=ftp://192.168.3.101/mysrc/fed/ks.cfg 
  
Actual results:
    The installation will proceed but stop at step where it will prompt to ask
for "keyboard type"

Expected results:
    The installation should have proceed without prompting for "keyboard type"

Additional info:

Comment 1 Jeremy Katz 2006-05-15 18:46:20 UTC
Keymaps were a bit broken, but that should be fixed in CVS.  We'll get a build
done tonight


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