scripts: service(1) puts things in one place and abstracts them. Also, it's less
typing and easier to autocomplete.
While here modernize script examples by removing the ".sh" suffix.
Discussed on: -doc
Reviewed by: bjk (prior version)
Approved by: bcr (mentor)
- Add a note that the livefs ISOs are not available for 9.0-RELEASE and
later, and that the standard install CDROM as well as the memstick
image may be used to recover a system.
PR: 166580
Submitted by: Vitaly Magerya (vmagerya%gmail!com)
More specifically:
- mentions of old versions of FreeBSD in historical context are left in tact
- remove section about KerberosIV
- remove section about SAP R/3
- remove mentions of XFree86
- only support gvinum
- update examples to 7.X or 8.X
- remove Alpha support
- add COMPAT_FREEBSD[67] kernel options
- csup(1) now only in the base system
- update (tty) device names, add warnings for 7.X
- remove MD5 from the port checksum algorithms
- update port versions (probably not all)
- add definitions for ctm-src[5-8] to mailing-lists.ent
Reviewed by: bcr, joel, remko, simon
releases and produces a warning when invoked like that. Change the example
to use the correct non-numeric form.
PR: docs/152248
Submitted by: Warren Block (wblock at wonkity dot com)
instead of a fixit floppy (the given fixit floppy build procedure does
not work). I had this change on my todo list since 2003...
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Security:
between ehci(4) and o/uchi(4) which comes from a time when USB 2.X
support was "young". Let's mention usbconfig(8). This section is now
8.X, 7.X and 6.X compliant.
we insert /dev/MAKEDEV in the floppy then? I dont have it anymore
on a recent system, thus remove the information about it. Probably
the information in the mini-kernelconfiguration example could use
a little hand as well.
- Avoid the capitalization of the geli command;
- In disk encryption section, reword a sentence mentioning old
removed swap encryption stuff;
- Slight rewording of a title to match what we really talk about;
- Punctuation fix where needed.
at this time there is no loader.conf variable in defaults/loader.conf in 6,
note that.
Remove some old cruft and reword near sentence to keep flow going smoothly.
Two spaces between the end of a sentence and the beginning of a new sentence.
PR: 86733
Submitted by: Josh Paetzel (patch rewritten by me)
correctly display multibyte characters on some ISO 9660 CDs; inform the
user about the -C option of mount_cd9660 and the need of cd9660_iconv.ko
Problem found by: Andrei Kolu <antik@bsd.ee>
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
and things like that, which is consistent with the rest of the documention.
Also remove a paragraph that mentioned that the upcoming commands should be
executed as root, since the prompt should imply that already (like the rest
of the handbook has as well).
we now support most drives. Reword a whole bunch of stuff as a result,
including getting rid of some 4.x/early 5.x specific text.
Partially PR: docs/95601
Partially submitted by: James <inspiredbymetal@hotmail.co.uk>
- Remove 5.X from titles, since it applies to 5.X+.
- Refer only to bsdlabel in the 5.X+ section and remove note about the
switch from disklabel to bsdlabel in FreeBSD 5.1.
- Do not suggest users place file systems on the "c" partition (which
is meant for the "raw" device) and use the "a" partition instead.
(Note that I'm not really sure if there is a good reason to label a
memory disk before use when just using the entire disk for one file
system, but I will leave this for now.)
- Update program output to show what resent FreeBSD version actually
writes.
- For memory backed file system section, suggest that people use swap
backed and not malloc(9) backed, since malloc based memory disks
have a good disk of causing a panic since the kernel risks runing
out of memory in the malloc pool.
"next generation" technology anymore. :)
Update text and examples to match current realities relative
to the local_startup import, and other advances.
Attempt to future-proof the text a little by referring to
dates and releases, rather than (e.g.) "recently."
Add some more man page references.
Reviewed, and helpful suggestions provied by: pav
- mention that 4.X don't prefix device nodes with zero
- show how to force system to retaste media
- flip note from "on 5.X and later" to "on 4.X"
Solving: docs/79658
Reported by: Alan Larson <larson@w6yx.stanford.edu>
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
- update atacontrol attach/detach syntax for 6.0, where it accepts ataN instead
of just N
- fix instructions for FreeBSD 5.X/6.X, where addspare step is needed and
rebuild command returns immediately
Fixes:
PR: docs/58111
Submitted by: Jack Twilley <jmt@twilley.org>
PR: docs/83771
Submitted by: edwin
with FreeBSD, their relative merits and what the final choise of a
backup strategy has to cover/support.
PR: docs/89900
Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org>
2. Note that bsdtar is the default since 5.3, and that it doesn't
support tarring to remote tapes directly, only via a pipeline
through ssh or similar.
PR: docs/81738
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
mksnap_ffs(8) or mount(8). The previous statement was incorrect since
it mentions the immutable flag, i.e. "noschg" which is not the case when
one does "ls -lo" in a directory containing snapshot files.
While I am here, mention a way for finding snapshot files on a file
system.
PR: docs/80535 (inspired by)
Also remove the -U option from the example, since it could create ISO
images that some systems could not boot from (besides, it is not used in
the FreeBSD src/release/i386/mkisoimages.sh script, and there probably
is a reason for that ;)
PR: 70952
Submitted by: Jon Wallace <jon@whoweb.com>
Based on: patch by Sebastian Schulze Struchtrup <seb@struchtrup.com>
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)
- Multisession is meaningful in data context only, so remove "DVD-Video
players" from the text.
- Add the number of sessions for DVD+R Dual Layer media
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
mkisofs port was merged into cdrtools. I've also replaced most of the
references to the <filename role="package">mkisofs</filename> program
with an entity which we already have.
PR: docs/69087
Submitted by: Janos Mohasci <janos.mohasci@bsd.hu>
4 years. No one is going to write this section anytime soon, it's not
really needed anyway, so remove the 'XXX' empty subsection and one
link to this empty section.
configuration of FreeBSD to use USB thumbdrives, hard drives, etc.
Some parts of that section come from an article I wrote for
www.bsdnews.org, many persons found that article useful and asked me to
add the same informations in the Handbook.
- Add a line on how to enable DMA access needed for the ATAPI burner
- Various rewordings and additions to improve the text
- Enhance the multisessions part
- Add credits to Andy Polyakov (growisofs author) who helped me a lot,
thanks to you Andy!
- s/acd0c/acd0/ and mention in various places 4.X needs the
trailing c [1]
- The ATAPI/CAM section is just a cut&paste from an article I wrote for
bsdnews.org, so let's mention the author.
PR: docs/62097 [1]
Submitted by: Marc Blanchet <marc.blanchet@viagenie.qc.ca>
- Use trademark entities.
- Add trademark attributions.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
- Use 'UNIX like systems' instead of 'UNIX systems'.
trademark.ent:
- Add entities for more trademarks / companies.