'root-on-zfs' feature. Also add documentation for the 'shell' mode
feature that was not documented before.
PR: docs/187683
Submitted by: Allan Jude <freebsd@allanjude.com>
Approved by: bcr (mentor)
- comments author names
- incorporates "9.4. Kernel Drivers, Subsystems, and Modules" into "9.2. Why Build a Custom Kernel?"
- fixes reference to 9.4 in bsdinstall chapter
- puts the configuration file section before the building the kernel section
- makes it clearer how to get src and cp the needed config file
- general wordsmithing to make the first half of this chapter less confusing
Approved by: gjb (mentor)
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.
Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated
Translations are untouched except for build fixes.
Approved by: doceng (gjb)
Approved by: gjb (mentor)
properly with xsltproc and the latter is simpler
- Add a constraint to prevent using screenco, programlistingco and
graphicco in the future
- Note that mediaobjectco is used in the documentation to properly
compose a figure element but the callout bugs are already there
in the source image and not placed there by the stylesheets
to uart(4) in FreeBSD 8.X as opposed to the obsolete sio(4). Keep the
references to sio(4) but specify that they are for 7.X and older
releases. [1]
- Fix some capitalisation convention errors also in the Handbook.
PR: docs/171529 [1]
Approved by: gjb, gabor (mentors)
- add between number and unit
- move a sentence stop out of an ulink description
- use &windows; in titles to be consistent (although the "tm" won't show up)
- Use author entity in Kris Moore's case
- Replace FreeBSD with &os; in a few places
- Add an extra space between a ) and the next word and
- de-capitalize daemon to be consistent [1]
[1] reported by: lme
- Add the 'Enabling Crash Dumps' screen [1]
- Add the 'Manual Configuration' screen
- Replace the 'Final Configuration' screen; the 'Shell' option was removed
and replaced with the 'Manual Configuration' prompt
Reminded by: ryusuke [1]