mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
cdboot.8: Initial manual page
Add cdboot to the reference manual, fixing an undocumented bug where it
is undocumented. There's almost nothing here, but that's better than
"only imp and jhb know what this is".
MFC after: 3 days
Reported by: jhb, imp
Reviewed by: mhorne
Approved by: mhorne (mentor)
Approved by: re (cperciva)
Differential Revision: https://reviews.freebsd.org/D50274
(cherry picked from commit ecdb0b79bf)
(cherry picked from commit d659366cc62a70b4863bddf226f6209d13ab65c0)
This commit is contained in:
parent
66a6607089
commit
5d9e62e1cd
2 changed files with 22 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
PROG= cdboot
|
||||
STRIP=
|
||||
BINMODE=${NOBINMODE}
|
||||
MAN= cdboot.8
|
||||
SRCS= ${PROG}.S
|
||||
|
||||
CFLAGS+=-I${BOOTSRC}/i386/common
|
||||
|
|
|
|||
21
stand/i386/cdboot/cdboot.8
Normal file
21
stand/i386/cdboot/cdboot.8
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
.\"
|
||||
.\" Copyright (c) 2025 Alexander Ziaee
|
||||
.\"
|
||||
.\" SPDX-License-Identifier: BSD-2-Clause
|
||||
.\"
|
||||
.Dd May 9 2025
|
||||
.Dt CDBOOT 8 i386
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm cdboot
|
||||
.Nd find a bootloader on ISO-9660
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is a small boot block which finds
|
||||
.Xr loader 8
|
||||
on a
|
||||
.Xr cd9660 4
|
||||
file system.
|
||||
.Sh SEE ALSO
|
||||
.Xr cd9660 4 ,
|
||||
.Xr loader 8
|
||||
Loading…
Reference in a new issue