new chapter "Updating and Upgrading FreeBSD."
Update other chapters to reference the new chapter name.
While here, add Audit chapter to the preface section.
Reviewed by: murray, manolis, remko, pgj, -doc
- Add explicit identifiers for questions in this section, so they could
be referenced in a less error-prone manner (e.g. from the FAQ)
Reviewed by: trhodes, remko, keramida, gabor
Approved by: gabor (mentor)
and unsupported 6.x releases. Tom started this process a while ago
and I'll follow up on that for the latest EoL round.
The old versions can still be found in the doc archives:
http://docs.freebsd.org/doc/
- Mark up hosts with hostid element [2]
- Use replaceable element instead of putting the value between <
and > [3]
PR: docs/123425 [1], docs/123426 [2], docs/123427 [3]
Submitted by: pgj
ways to set the serial console speed without having to rebuild the
boot blocks. Note that for releases before 6.1, though, rebuilding
the boot blocks may be the only option.
PR: docs/100903
Submitted by: Martin Jackson <mhjacks@swbell.net>
Reviewed by: remko
o Remove 4.X information, this includes notes and sections.
o Update documentation to reflect 5.X and 6.X.
o In some areas, try to make the new content version agnostic.
o Skip areas stating "5.[0-5] and later" as it's relevant - we
need a better way to handle these.
For several items, I checked the NOTES files, manual pages,
CVS history, etc.
Discussed on: -doc
A few ideas from: remko
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.
Requested by: intron at intron ac
Reviewed by: Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by: simon
in FreeBSD 6.0
- Catch up with renaming of /etc/rc.serial to /etc/rc.d/serial in FreeBSD 5.1
- Reword two sections to give 6.0 relevant instructions first
running text, so split off a sample command to a <screen> by itself.
While here, fix some quoting problems of /boot/loader.conf examples[1]
Submitted by: ckoch001@informatik.fh-wiesbaden.de [1]
informaltable element properly, unless the pgwide attribute is
explicitly set to 1. Use this consistently within the (en) tree, and
update the FDP accordingly. This should finally silence the demons in:
PR: docs/73095
Submitted by: Hilko Meyer <Hilko dot Meyer at gmx dot de>
respect the following scheme:
- if the device name is /dev/foo --> <filename>/dev/foo</filename>
- if the device name is just foo --> <devicename>foo</devicename>
(See "4.2.5.7 Devices" from fdp-primer)
console section not having all the information. After careful review,
I find that it does, at leas twith respect to the thngs they were
complaining about. However, a very brief introduction to how to setup
a serial console was greeted with enthusiasm. Add a section that's
the 3 step process to get a serial console:
connect the ports
echo -h > /boot.config
change off to on for ttyd0 in /etc/ttys
reboot
with a pointer to the more extensive section. For many people, these 4 steps
are all that's needed. For others that wish to proceed in a more deliberate
fashion, the more verbose section will satisfy their needs.
Please feel free to word smith this english and/or sgml.