svn commit: r44475 - in head/en_US.ISO8859-1/books/handbook: filesystems install kernelconfig
Dru Lavigne
dru at FreeBSD.org
Mon Apr 7 17:21:46 UTC 2014
Author: dru
Date: Mon Apr 7 17:21:45 2014
New Revision: 44475
URL: http://svnweb.freebsd.org/changeset/doc/44475
Log:
Remove references to NTFS as it was removed from the build in 2012.
Sponsored by: iXsystems
Modified:
head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
head/en_US.ISO8859-1/books/handbook/install/chapter.xml
head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Apr 7 17:17:11 2014 (r44474)
+++ head/en_US.ISO8859-1/books/handbook/filesystems/chapter.xml Mon Apr 7 17:21:45 2014 (r44475)
@@ -38,8 +38,7 @@
on locally attached <acronym>USB</acronym> storage devices,
flash drives, and hard disks. This includes support for the
&linux; Extended File System (<acronym>EXT</acronym>) and the
- µsoft; New Technology File System
- (<acronym>NTFS</acronym>).</para>
+ Reiser file system.</para>
<para>There are different levels of &os; support for the various
file systems. Some require a kernel module to be loaded and
Modified: head/en_US.ISO8859-1/books/handbook/install/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/install/chapter.xml Mon Apr 7 17:17:11 2014 (r44474)
+++ head/en_US.ISO8859-1/books/handbook/install/chapter.xml Mon Apr 7 17:21:45 2014 (r44475)
@@ -4082,9 +4082,6 @@ Please press any key to reboot.</screen>
primary partitions. Use &man.fdisk.8; to help
determine which slices belong to &os; and which belong to other
operating systems.</para></note>
-
- <para>NTFS partitions can also be mounted in a similar manner
- using &man.mount.ntfs.8;.</para>
</sect2>
<sect2>
Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Mon Apr 7 17:17:11 2014 (r44474)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.xml Mon Apr 7 17:21:45 2014 (r44475)
@@ -1228,12 +1228,12 @@ device fwe # Ethernet
build instead of using the default of building all
modules:</para>
- <programlisting>MODULES_OVERRIDE = linux acpi ntfs</programlisting>
+ <programlisting>MODULES_OVERRIDE = linux acpi</programlisting>
<para>Alternately, this variable lists which modules to exclude
from the build process:</para>
- <programlisting>WITHOUT_MODULES = linux acpi sound ntfs</programlisting>
+ <programlisting>WITHOUT_MODULES = linux acpi sound</programlisting>
<para>Additional variables are available. Refer to
&man.make.conf.5; for details.</para>
More information about the svn-doc-head
mailing list