View | Details | Raw Unified | Return to bug 111840
Collapse All | Expand All

(-)boot0cfg.8 (-1 / +10 lines)
Lines 88-94 Link Here
88
.Pa /boot/boot0sio
88
.Pa /boot/boot0sio
89
can be used for output to the COM1 port.
89
can be used for output to the COM1 port.
90
(Be aware that nothing will be output to the COM1 port unless the
90
(Be aware that nothing will be output to the COM1 port unless the
91
modem signals DSR and CTS are active.)
91
modem signals DSR and CTS are active.)  Use
92
.Pa /boot/mbr
93
to go back to non-interactive booting.
92
.It Fl d Ar drive
94
.It Fl d Ar drive
93
Specify the drive number used by the PC BIOS in referencing the drive
95
Specify the drive number used by the PC BIOS in referencing the drive
94
which contains the specified
96
which contains the specified
Lines 152-157 Link Here
152
image
154
image
153
.It Pa /boot/boot0sio
155
.It Pa /boot/boot0sio
154
Image for serial consoles (COM1,9600,8,N,1,MODEM)
156
Image for serial consoles (COM1,9600,8,N,1,MODEM)
157
.It Pa /boot/mbr
158
Non-interactive boot MBR image
155
.El
159
.El
156
.Sh EXIT STATUS
160
.Sh EXIT STATUS
157
.Ex -std
161
.Ex -std
Lines 163-168 Link Here
163
To enable just slices 1 and 2 in the menu:
167
To enable just slices 1 and 2 in the menu:
164
.Pp
168
.Pp
165
.Dl "boot0cfg -m 0x3 ad0"
169
.Dl "boot0cfg -m 0x3 ad0"
170
.Pp
171
To go back to non-interactive booting:
172
.Pp
173
.Dl "boot0cfg -B -b /boot/mbr"
174
.Pp
166
.Sh SEE ALSO
175
.Sh SEE ALSO
167
.Xr geom 4 ,
176
.Xr geom 4 ,
168
.Xr boot 8 ,
177
.Xr boot 8 ,

Return to bug 111840