Bug 111842

Summary: Re: docs/111840: boot0cfg man page lacks how to reset to non-interactive MBR (patch)
Product: Documentation Reporter: Warren Block <wblock>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Warren Block 2007-04-19 06:00:09 UTC
 Bugfixed patch:
 
 --- boot0cfg.8.old	Wed Apr 18 20:58:37 2007
 +++ boot0cfg.8	Wed Apr 18 21:47:37 2007
 @@ -88,7 +88,9 @@
   .Pa /boot/boot0sio
   can be used for output to the COM1 port.
   (Be aware that nothing will be output to the COM1 port unless the
 -modem signals DSR and CTS are active.)
 +modem signals DSR and CTS are active.)  Use
 +.Pa /boot/mbr
 +to go back to non-interactive booting.
   .It Fl d Ar drive
   Specify the drive number used by the PC BIOS in referencing the drive
   which contains the specified
 @@ -152,6 +154,8 @@
   image
   .It Pa /boot/boot0sio
   Image for serial consoles (COM1,9600,8,N,1,MODEM)
 +.It Pa /boot/mbr
 +Non-interactive boot MBR image
   .El
   .Sh EXIT STATUS
   .Ex -std
 @@ -163,6 +167,11 @@
   To enable just slices 1 and 2 in the menu:
   .Pp
   .Dl "boot0cfg -m 0x3 ad0"
 +.Pp
 +To go back to non-interactive booting:
 +.Pp
 +.Dl "boot0cfg -B -b /boot/mbr ad0"
 +.Pp
   .Sh SEE ALSO
   .Xr geom 4 ,
   .Xr boot 8 ,
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2007-04-19 07:00:45 UTC
State Changed
From-To: open->closed

Misfiled followup to docs/111840; content migrated. 


Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-04-19 07:00:45 UTC
Responsible Changed
From-To: gnats-admin->freebsd-doc