Suggest that keeping pseudo-device gzip is probably a good idea.
This commit is contained in:
parent
7e78a77743
commit
82fcad3e3b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=191
1 changed files with 5 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: kernelconfig.sgml,v 1.4 1995-12-04 17:58:41 jfieber Exp $ -->
|
||||
<!-- $Id: kernelconfig.sgml,v 1.5 1995-12-19 17:02:49 jfieber Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
|
||||
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
|
||||
|
@ -1018,12 +1018,10 @@
|
|||
<tag>pseudo-device gzip</tag>
|
||||
|
||||
<p><tt>gzip</tt> allows you to run FreeBSD programs
|
||||
that have been compressed with <tt>gzip</tt>. This
|
||||
is really only useful when you need to compress
|
||||
FreeBSD programs to fit on a boot floppy. You will
|
||||
probably never need to compress programs on your
|
||||
hard drive in this fashion, so you'll probably want
|
||||
to comment out this line.
|
||||
that have been compressed with <tt>gzip</tt>. The
|
||||
programs in <tt>/stand</tt> are compressed so it
|
||||
is a good idea to have this option in your kernel.</p>
|
||||
|
||||
<tag>pseudo-device log</tag>
|
||||
|
||||
<p><tt>log</tt> is used for logging of kernel error
|
||||
|
|
Loading…
Reference in a new issue