From owner-freebsd-bugs Sun May 20 19:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D901837B505 for ; Sun, 20 May 2001 19:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4L2A1314222; Sun, 20 May 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.noos.fr (lafontaine.noos.net [212.198.2.72]) by hub.freebsd.org (Postfix) with ESMTP id 226AA37B43C for ; Sun, 20 May 2001 19:08:17 -0700 (PDT) (envelope-from root@gits.dyndns.org) Received: (qmail 10890614 invoked by uid 0); 21 May 2001 02:08:15 -0000 Received: from d165.dhcp212-198-231.noos.fr (HELO gits.dyndns.org) ([212.198.231.165]) (envelope-sender ) by lafontaine.noos.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 May 2001 02:08:15 -0000 Received: (from root@localhost) by gits.dyndns.org (8.11.3/8.11.3) id f4L28EN13215; Mon, 21 May 2001 04:08:14 +0200 (CEST) (envelope-from root) Message-Id: <200105210208.f4L28EN13215@gits.dyndns.org> Date: Mon, 21 May 2001 04:08:14 +0200 (CEST) From: Cyrille Lefevre Reply-To: clefevre@poboxes.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/27483: make sysinstall ask for the keymap at installation time Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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