From owner-freebsd-current@FreeBSD.ORG Fri Apr 20 01:59:16 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 011A116A400 for ; Fri, 20 Apr 2007 01:59:16 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id B3C3B13C4B8 for ; Fri, 20 Apr 2007 01:59:15 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so763584ana for ; Thu, 19 Apr 2007 18:59:14 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=e6qYqeg3Jfqtdyjy8gft4VYpKCGz7L8zM+/o1gOGNxBxqida3aRHghj1JZIJESsFtGH+VPH45p2D7emvtmsIJrCm1ZHG7Bd4RhLAQA89/AKkSiKpljlYt3ywU7t90V9ORv9T+SfihnVd9UR9HpTe1QEH3dFsLVuQl+NodLPgL/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=J6huii/edTd10LKAyOBNgkNeX/oqi/FiXbb6GwH8wNP6pc0FHkEX4TJfgK5Z/PWrA9JOmrJYPmwqk86H1aPCN0FlTVR8hTyh1X4pAyvdn08eHJO0Pbwam3S1lW5mMrt6tCt9yNcUU6IPMSe0lQE16Zim396CigMh3KUunZftee0= Received: by 10.100.58.4 with SMTP id g4mr1382799ana.1177034354453; Thu, 19 Apr 2007 18:59:14 -0700 (PDT) Received: by 10.100.197.3 with HTTP; Thu, 19 Apr 2007 18:59:14 -0700 (PDT) Message-ID: Date: Fri, 20 Apr 2007 09:59:14 +0800 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: freebsd-current@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 8c7f633597fc01bb Subject: Re: nanobsd.sh change: configurable boot0 loader and configuration X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 20 Apr 2007 01:59:16 -0000 And here's a simple documentation patch for my nanobsd changes. Index: share/man/man8/nanobsd.8 =================================================================== RCS file: /home/ncvs/src/share/man/man8/nanobsd.8,v retrieving revision 1.2 diff -u -r1.2 nanobsd.8 --- share/man/man8/nanobsd.8 5 Nov 2006 20:08:58 -0000 1.2 +++ share/man/man8/nanobsd.8 20 Apr 2007 01:51:24 -0000 @@ -197,6 +197,18 @@ Path to the source tree used to build the image. .It Va NANO_KERNEL Name of the kernel configuration file used to build the kernel. +.It Va NANO_BOOT0CFG +Controls the options passed to +.Xr boot0cfg 8 +; these dictate boot0's behaviour. +.It Va NANO_BOOTLOADER +The boot0 loader to use relative to the ${NANO_WORLDDIR} variable. +This defaults to +.Pa boot/boot0sio +and should be overridden to +.Pa boot/boot0 +to provide a VGA +console. .It Va CONF_BUILD Options passed to the .Cm buildworld @@ -293,6 +305,8 @@ .Ed .Sh SEE ALSO .Xr make.conf 5 , +.Xr boot 8 , +.Xr boot0cfg 8 , .Xr picobsd 8 .Sh HISTORY The