diff --git a/stand/i386/cdboot/Makefile b/stand/i386/cdboot/Makefile --- a/stand/i386/cdboot/Makefile +++ b/stand/i386/cdboot/Makefile @@ -3,6 +3,7 @@ PROG= cdboot STRIP= BINMODE=${NOBINMODE} +MAN= cdboot.8 SRCS= ${PROG}.S CFLAGS+=-I${BOOTSRC}/i386/common diff --git a/stand/i386/cdboot/cdboot.8 b/stand/i386/cdboot/cdboot.8 new file mode 100644 --- /dev/null +++ b/stand/i386/cdboot/cdboot.8 @@ -0,0 +1,20 @@ +.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 +.Sh CAVEATS +.Nm +does not support boot2 or +.Xr gptboot 8 .