From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 12 21:58:15 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 2FE7916A4DE for ; Wed, 12 Jul 2006 21:58:15 +0000 (UTC) (envelope-from joao.barros@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73EC343D5D for ; Wed, 12 Jul 2006 21:58:09 +0000 (GMT) (envelope-from joao.barros@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so12422pyb for ; Wed, 12 Jul 2006 14:58:06 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=b2Vr6Jv88t6LN28/ksfojZS6erSeuKBAUDR8n3F6E1cli+SoRG6E4lCZxLef8FBUZXRoP4wlSWXAS3Rrnm7VuIqSWqMycz4Hqm2U9IrEgto/1Z/bw1GsKXNX8oHe8NvC+H+C/n1t8yyoGoOGZ8vGwcMTw7vL/X7LQ71niS3rmdQ= Received: by 10.35.21.1 with SMTP id y1mr51714pyi; Wed, 12 Jul 2006 14:58:06 -0700 (PDT) Received: by 10.35.117.14 with HTTP; Wed, 12 Jul 2006 14:58:06 -0700 (PDT) Message-ID: <70e8236f0607121458k38f91fb2vfd402bb45334fc71@mail.gmail.com> Date: Wed, 12 Jul 2006 22:58:06 +0100 From: "Joao Barros" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: 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: Wed, 12 Jul 2006 21:58:15 -0000 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. -- Joao Barros