From owner-freebsd-current@FreeBSD.ORG Mon Jun 13 15:25:16 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BEC7106566B for ; Mon, 13 Jun 2011 15:25:16 +0000 (UTC) (envelope-from cmdlnkid@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CE6D58FC0C for ; Mon, 13 Jun 2011 15:25:15 +0000 (UTC) Received: by iwn33 with SMTP id 33so5731972iwn.13 for ; Mon, 13 Jun 2011 08:25:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to; bh=jAa4KSizm0UXYWmiPGmtE/cB5UezSEZtbIAHquJpy/A=; b=ZV68RKu6YVMLFdlDIRL7mSxby+MLshAXnLUjnswotvKFsuRv/0ZR5TjPb7ar2hUJtP RUmYXjrVQeTCKxOudP3+yPT/N3XMM5gqCHd0kC8VcvIko8ca8f8y2wDb/as93MYTH53n +5mhB6kvPQcmH44aiaaw55DuBKJmiXlW6LIHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; b=rpXJoLWATE0dbsAztwuFjaSbpucZ63J4X6B4VHWYtxmm2kXclEzzbvrf8fW/hVh86A nDwlLVJ9T/QAr8B8STIjQlG7Cdv69yjeAuH58OfiJSdvzs+nXRmlzuYIQ6azAiwLlWdF ivUMt5c95W2FZLUeATf7tq6BqtzGqjiDBazV4= Received: by 10.42.133.69 with SMTP id g5mr6078455ict.289.1307977018001; Mon, 13 Jun 2011 07:56:58 -0700 (PDT) Received: from DataIX.net (adsl-99-181-139-216.dsl.klmzmi.sbcglobal.net [99.181.139.216]) by mx.google.com with ESMTPS id d8sm4818802icy.9.2011.06.13.07.56.56 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Jun 2011 07:56:57 -0700 (PDT) Sender: The Command Line Kid Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p5DEurP7084491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Jun 2011 10:56:54 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p5DEuqnG084490; Mon, 13 Jun 2011 10:56:52 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Mon, 13 Jun 2011 10:56:52 -0400 From: jhell To: Eir Nym Message-ID: <20110613145652.GA83284@DataIX.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: FreeBSD Mail Lists Subject: Re: boot0cfg in future releases. 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: Mon, 13 Jun 2011 15:25:16 -0000 http://svn.freebsd.org/base/head/usr.sbin/boot0cfg/ It is still connected to the build in the previous directory ../ by the Makefile.* foreach arch. Even if, gpart(8) used along with the corresponding files in /boot you can still achieve the same results for a selection menu at boot time whether it be gptboot gptzfsboot etc... On Mon, Jun 13, 2011 at 07:27:13AM +0000, Eir Nym wrote: > Hi folks, > > I haven't see man page for boot0cfg(8) for FreeBSD 9-Current on > FreeBSD website, but it exists for 8.x and earlier versions. Is it > website bug or this utility will be removed in the future?