mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fdisk(8): document the default for -b, add xref to boot0cfg(8).
boot0cfg(8): add FILES section. Reviewed by: rnordier
This commit is contained in:
parent
19c6fd1aee
commit
504dd5eab0
3 changed files with 13 additions and 0 deletions
|
|
@ -57,6 +57,8 @@ is given.
|
|||
.It Fl b Ar bootcode
|
||||
Get the boot code from the file
|
||||
.Ar bootcode .
|
||||
Default is
|
||||
.Pa /boot/mbr .
|
||||
.It Fl B
|
||||
Reinitialize the boot code contained in sector 0 of the disk. Ignored
|
||||
if
|
||||
|
|
@ -410,6 +412,7 @@ a 1
|
|||
The default boot code
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr boot0cfg 8 ,
|
||||
.Xr disklabel 8
|
||||
.Sh BUGS
|
||||
The default boot code will not necessarily handle all partition types
|
||||
|
|
|
|||
|
|
@ -57,6 +57,8 @@ is given.
|
|||
.It Fl b Ar bootcode
|
||||
Get the boot code from the file
|
||||
.Ar bootcode .
|
||||
Default is
|
||||
.Pa /boot/mbr .
|
||||
.It Fl B
|
||||
Reinitialize the boot code contained in sector 0 of the disk. Ignored
|
||||
if
|
||||
|
|
@ -410,6 +412,7 @@ a 1
|
|||
The default boot code
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr boot0cfg 8 ,
|
||||
.Xr disklabel 8
|
||||
.Sh BUGS
|
||||
The default boot code will not necessarily handle all partition types
|
||||
|
|
|
|||
|
|
@ -140,6 +140,13 @@ Set the timeout value to
|
|||
.Ar ticks .
|
||||
(There are approximately 18.2 ticks per second.)
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /boot/boot0 -compact
|
||||
.It Pa /boot/boot0
|
||||
The default
|
||||
.Sq boot0
|
||||
image
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr boot 8 ,
|
||||
.Xr fdisk 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue