Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2001 04:08:14 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@poboxes.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/27483: make sysinstall ask for the keymap at installation time
Message-ID:  <200105210208.f4L28EN13215@gits.dyndns.org>

next in thread | raw e-mail | index | archive | help

>Number:         27483
>Category:       bin
>Synopsis:       make sysinstall ask for the keymap at installation time
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 20 19:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
ACME
>Environment:

System: FreeBSD gits 4.3-STABLE FreeBSD 4.3-STABLE #21: Sun Apr 22 22:20:03 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	
	at installation time, you may (often) forgot to change the
	keymap.  this may cause a problem when leaving fdisk if
	you're using an AZERTY keyboard. A and Q are inverted. so,
	you could think leaving fdisk while you're allocating all
	space for FreeBSD. of course, there is a warning, but think
	about unexperienced users.

>How-To-Repeat:
	install FreeBSD :)
>Fix:

Index: main.c
===================================================================
RCS file: /home/ncvs/src/release/sysinstall/Attic/main.c,v
retrieving revision 1.57.2.5
diff -u -r1.57.2.5 main.c
--- main.c	2001/03/29 19:56:34	1.57.2.5
+++ main.c	2001/05/21 01:57:00
@@ -144,6 +144,8 @@
 
     /* Begin user dialog at outer menu */
     dialog_clear();
+    if (getpid() == 1)
+	dmenuOpen(&MenuSysconsKeymap, &choice, &scroll, &curr, &max, FALSE);
     while (1) {
 	choice = scroll = curr = max = 0;
 	dmenuOpen(&MenuInitial, &choice, &scroll, &curr, &max, TRUE);
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105210208.f4L28EN13215>