From owner-freebsd-questions@FreeBSD.ORG Mon Sep 19 22:06:39 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 240E81065674 for ; Mon, 19 Sep 2011 22:06:39 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id EFF678FC0C for ; Mon, 19 Sep 2011 22:06:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=q+93XNXfpLXv78MsIVQLEkBvYj5WTuU2+ze/SnLKdD4=; b=dWPe2IfpYDAarSz0/MtkcPQ7trJGSeKRv1BJt3pBxu2bgubGCUtuf43ty5K6obLyeeUYXGx3FUM1k1EfNaCxkPKT9x657XAQfJBpVXiGrXLQQtKyga/u0iGwCFXXLAk2FUWiViD5Dl21fiucaQxrA9KG5uskPI/H2e8wI9HgCe0= Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 19 Sep 2011 15:05:40 -0700 Message-ID: <4E77BC99.1050400@a1poweruser.com> Date: Mon, 19 Sep 2011 18:05:13 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Michel Talon References: <20110919193029.GA59781@lpthe.jussieu.fr> In-Reply-To: <20110919193029.GA59781@lpthe.jussieu.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 19 Sep 2011 22:05:40.0719 (UTC) FILETIME=[44FC07F0:01CC7718] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: FreeBSD Questions Subject: Re: location of bsdinstall "welcome" dialog screen source X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2011 22:06:39 -0000 Michel Talon wrote: > Fbsd8 wrote: > >> When installing 9.0 from cd or dvd the first screen bsdinstall shows is >> the bsdinstall welcome screen. I can not locate the source for this. >> Its not in >> /usr/sbin or /usr/libexec/bsdinstall/ >> >> Can someone please point it out? > > http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/bsdinstall/scripts/auto?rev=1.14 > > > Sorry if my post was not clear. The 9.0 cd and dvd have bsdinstall in /usr/sbin and /usr/libexec/bsdinstall/. After the install is completed the H.D also contains the same directories. /usr/sbin/bsdinstall is a script which sets some bsdinstall variables that launch the different install functions from /usr/libexec/bsdinstall/. This whole process starts with the keymap process as coded in the auto script. Now what I am looking for is the script that has the bsdinstall welcome screen dialog in it. It is displayed before the keymap screen is displayed.