From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 14 21:53:02 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1853A16A4DD for ; Fri, 14 Jul 2006 21:53:02 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93FCF43D45 for ; Fri, 14 Jul 2006 21:53:01 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so802610pyc for ; Fri, 14 Jul 2006 14:53:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cj1R2LNUUDTQFIWAHxznh43jCNSaaHtrsLA5SIhVWt+jnS+PeF50sDOQ8DU7ZlGUrm8/Qx52S2tamA37cez/VP5wTOUl0nmDr3W9TlVcNlAoJ5RMtHhgvgMpzNYDmyGg7hoD/iT+pWInVd/u7BkAMf2WKhrZtsiQQfUpXxxg230= Received: by 10.35.61.2 with SMTP id o2mr19158pyk; Fri, 14 Jul 2006 14:52:59 -0700 (PDT) Received: by 10.35.117.14 with HTTP; Fri, 14 Jul 2006 14:52:59 -0700 (PDT) Message-ID: <70e8236f0607141452h10c93503i4c07d3ade1a64257@mail.gmail.com> Date: Fri, 14 Jul 2006 22:52:59 +0100 From: "Joao Barros" To: gabor@t-hosting.hu, "Martin Nilsson" In-Reply-To: <44B573F3.4020400@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <70e8236f0607121458k38f91fb2vfd402bb45334fc71@mail.gmail.com> <44B573F3.4020400@FreeBSD.org> Cc: freebsd-hackers@freebsd.org Subject: Re: Sysinstall: Write the FreeBSD version at the top of the display X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 21:53:02 -0000 On 7/12/06, G=E1bor K=F6vesd=E1n wrote: > Joao Barros wrote: > > Hi all, > > > > I was browsing the list of projects and ideas and stumbled upon one > > that's rather simple and which would have been useful in the past: > > Write the FreeBSD version at the top of the display (or somewhere > > similar visible) - so lazy users know what they are installing > > (version: release, stable, snapshot + arch: i386, amd64, etc) even > > when the CD is unlabeled. > > > > I'm changing the title of the Main menu using sysctlbyname to: > > "FreeBSD - sysinstall Main Menu" > > The result would be: > > "FreeBSD 7.0-CURRENT i386 - sysinstall Main Menu" > > Screenshot of the result: > > http://img55.imageshack.us/img55/980/sysintall17vv.png > > > > If this is what is pretended I'll post the patch. > > > I think this is pretended, but anyway, it's a nice feature, so I suggest > you send-pr-ing the patch by all. Hi, Here's the PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D100309 --=20 Joao Barros