From owner-freebsd-doc@FreeBSD.ORG Thu Aug 8 07:40:03 2013 Return-Path: Delivered-To: freebsd-doc@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 6A760BBA for ; Thu, 8 Aug 2013 07:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3306F2C03 for ; Thu, 8 Aug 2013 07:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r787e3J9011838 for ; Thu, 8 Aug 2013 07:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r787e3YY011837; Thu, 8 Aug 2013 07:40:03 GMT (envelope-from gnats) Resent-Date: Thu, 8 Aug 2013 07:40:03 GMT Resent-Message-Id: <201308080740.r787e3YY011837@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B3682B0F for ; Thu, 8 Aug 2013 07:33:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A1B9B2BD1 for ; Thu, 8 Aug 2013 07:33:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r787XVew086437 for ; Thu, 8 Aug 2013 07:33:31 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r787XUBo086419; Thu, 8 Aug 2013 07:33:30 GMT (envelope-from nobody) Message-Id: <201308080733.r787XUBo086419@oldred.freebsd.org> Date: Thu, 8 Aug 2013 07:33:30 GMT From: Vadim To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: docs/181134: Fix example for boot0cfg utility X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Aug 2013 07:40:03 -0000 >Number: 181134 >Category: docs >Synopsis: Fix example for boot0cfg utility >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Aug 08 07:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vadim >Release: 8.4 >Organization: >Environment: >Description: Documentation at: http://www.freebsd.org/cgi/man.cgi?query=boot0cfg&sektion=8 Section: EXAMPLES contains example of getting back to non-interactive booting by fdisk -B ad0 But this example will not work without setting kern.geom.debugflags=16 >How-To-Repeat: >Fix: Please, add extra lines to this example. Like: ------------------------------------------- sysctl kern.geom.debugflags=16 fdisk -B ad0 sysctl kern.geom.debugflags=0 ------------------------------------------- Probably it will save a lot of time for people searching why fdisk -B ad0 not workig .... >Release-Note: >Audit-Trail: >Unformatted: