From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 17:15:10 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64754194; Sun, 31 Aug 2014 17:15:10 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6B691E63; Sun, 31 Aug 2014 17:15:09 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id s18so4906663lam.40 for ; Sun, 31 Aug 2014 10:15:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=O6LpiDK9Afh59OvZS5EALOVjxRVQR+FoR0S23L717pI=; b=GypzQDjlD4lhTdMOWsH3DNrnLaTcY+2FQ3BkAdJCjawIYATjLO80p3uwj/eNl7y9Yo svPy3d7oUsE3oTWIkpdRaCDrwCPmCbWjXBBDAtw3mFLdRJUKWLyuI7w4zbcQUpKs5oZv H11LXOVGCAt+gYrDteQ2w0+6m0R9YoliQr7YFe0LuJZ3jbTyjQPYjFXvd643Yejvsp5T SGECVB7MNGXRc6AvZw9LPa/NEgr/QRVkKhi/ofe5es7o6ioILWSV5ML8VUGSs6WwfJL1 juNQeeE956f8wO7vDl0jC7GIzdqG+fSAfXbcLfm9R51QXHDFXZc1G4y+5awOYHStnnaL GfWg== MIME-Version: 1.0 X-Received: by 10.112.125.105 with SMTP id mp9mr22385465lbb.30.1409505307643; Sun, 31 Aug 2014 10:15:07 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sun, 31 Aug 2014 10:15:07 -0700 (PDT) In-Reply-To: <54035039.9020709@freebsd.org> References: <54035039.9020709@freebsd.org> Date: Sun, 31 Aug 2014 10:15:07 -0700 X-Google-Sender-Auth: AgHi9WmOVdv3NBufYxQgzIjhnvA Message-ID: Subject: Re: Modify bsdinstall to set the default locale? From: Craig Rodrigues To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:15:10 -0000 On Sun, Aug 31, 2014 at 9:41 AM, Allan Jude wrote: > On 2014-08-31 12:36, Craig Rodrigues wrote: > > That would seem to make sense. Where do these settings actually get > stored? Where would I find a list of the possible settings to create the > dialog? > > I've never tried to use any of the alternative locales > > -- > Allan Jude > See: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/using-localization.html The locale gets set by setting certain environment variables. I don't have a PC-BSD system handy, but I think on PC-BSD, some files like /etc/login.conf , /etc/csh.cshrc, or /etc/profile are modified with the default locale information. Maybe bsdinstall should do something similar. -- Craig