more manageable.
- Add some helper variables (CVS_{SRC,DOC,PORTS}ARGS) to be used when
using CVS to checkout files. We stick release tags in these helper
variables if they are defined and then use only one cvs command instead
of two cvs commands with an .ifdef to choose between them.
- rm the old src/doc/ports directories as separate commands from the
CVS comands so that the rm commands don't need to be duplicated.
- Simplify the DOMINIMALDOCPORTS case by overriding RELEASEPORTSMODULE to
be ${MINIMALDOCPORTS} thus removing yet another nearly-duplicate cvs
command in an .ifdef.
- Add support for grabbing src/ and doc/ from external directories
specified via EXTSRCDIR and EXTDOCDIR instead of from CVS. The same
is not done for ports/ quite yet as the DOMINIMALDOCPORTS case is a
bit tricky.
The rerelease target scripts have not been changed to use the helper
variables yet, so there is still some room for improvement.
Submitted by: kuriyama (4)
works on sparc64, this document can now use (almost) the same
procedures as i386, et al. CDROM booting instructions are cut-and-pasted
from the older sparc64/install.sgml file, which is now unlinked from
the document build.
This document is a long ways from perfect, but it's better than shipping
instructions for an installation procedure that doesn't apply anymore.
While here, add some SGML comments to help others navigate the sources.
we created for the boot floppy, or 2) construct an EFI partition
by copying bits from /boot. The first approach creates a bootable
CD image that loads a memory disk and starts sysinstall, the second
approach creates a generic bootable CD.
Add to floppy3 if_tun && if_gif (ppp && something related to IPv6)
Add in mpt && ahc now that they are modules. Unknown as to whether they
work yet or not.
build.
This will give ia64 folks the chance to help flesh these out, and
also ensure that (when the time comes) ia64 releases with documentation
won't fall over due to missing RELNOTESng files.
This involves moving all networking drivers to floppy 2, all RAID
nfsclient && cd9660 to floppy 3 (and adding ispfw).
COMPAT_FREEBSD4 had to come back, maxusers is down to 2.
AHC is out until somebody can make it a module for alpha.
TurboLaser is out because it rarely has a floppy and probably
no longer works *anyway*.
There's probably some cleanup that can be done because I was told
that things in drivers.conf don't have to be removed via dokern.sh,
but because I formally tested the release build with this version
and don't want to spend another half day on it, it's going in.
I'm sure we'll have to do some further changes prior to release.
NB: Not tested end to end yet because I've been told that sysinstall
doesn't yet work.
o All of the Q&A entries in this section were i386-specific, so make
these conditional on building for that platform. If
non-i386-platforms need similar Q&A lists, they can add their own to
this file.
o Coalesce the two Q&A sections into one.
o Correct some device names (wd(4) devices have not existed for quite
some time).
o Get rid of a number of obsolete entries (suggested by jhb).