- Catch up to new boot floppies targets.

- Update description of release.4 to mention KERNELS variable.
- Update field width for make release targets.
This commit is contained in:
John Baldwin 2004-01-28 21:07:36 +00:00
parent d0f2d056fa
commit f1087f6869
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125164

View file

@ -100,8 +100,10 @@ Generate a new set of boot and fixit floppies.
This will call the This will call the
.Cm release.5 , .Cm release.5 ,
.Cm release.9 , .Cm release.9 ,
.Cm floppies.1 ,
.Cm floppies.2 ,
and and
.Cm release.10 .Cm floppies.3
targets to re-generate the floppy images of a previous targets to re-generate the floppy images of a previous
.Dq Li "make release" . .Dq Li "make release" .
This is most often used to build custom boot floppies. This is most often used to build custom boot floppies.
@ -109,7 +111,7 @@ This is most often used to build custom boot floppies.
.Pp .Pp
Targets called by Targets called by
.Dq Li "make release" : .Dq Li "make release" :
.Bl -tag -width ".Cm release.10" .Bl -tag -width ".Cm fetch-distfiles"
.It Cm release.1 .It Cm release.1
Cleans out the Cleans out the
.Pa ${CHROOTDIR}/R .Pa ${CHROOTDIR}/R
@ -123,11 +125,10 @@ Builds and installs into the
.Dq base .Dq base
distribution non-crypto versions of some tools. distribution non-crypto versions of some tools.
.It Cm release.4 .It Cm release.4
.\" XXX: We build more than one kernel. We build a stripped down
.\" kernel for the boot media in addition to a full GENERIC kernel.
Makes and installs the Makes and installs the
.Pa GENERIC .Pa GENERIC
kernel. kernel as well as any other kernels listed in
.Va KERNELS .
.It Cm release.5 .It Cm release.5
Uses Uses
.Xr crunchgen 1 .Xr crunchgen 1
@ -143,8 +144,14 @@ Creates tarballs of the assembled distribution trees.
Makes source distributions. Makes source distributions.
.It Cm release.9 .It Cm release.9
Creates the MFS root file systems. Creates the MFS root file systems.
.It Cm release.10 .It Cm floppies.1
Creates the boot, MFS root, and fixit floppies. Creates the boot and kernel floppies.
.It Cm floppies.2
Creates the fixit floppy.
.It Cm floppies.3
Finalizes the
.Pa ${CHROORDIR}/R/ftp/stage/floppies
staging directory.
.It Cm ftp.1 .It Cm ftp.1
Sets up a suitable area for FTP installations in Sets up a suitable area for FTP installations in
.Pa ${CHROOTDIR}/R/ftp . .Pa ${CHROOTDIR}/R/ftp .