Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2013 07:33:30 GMT
From:      Vadim <vadim@ant.ee>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/181134: Fix example for boot0cfg utility 
Message-ID:  <201308080733.r787XUBo086419@oldred.freebsd.org>
Resent-Message-ID: <201308080740.r787e3YY011837@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308080733.r787XUBo086419>