From owner-svn-doc-all@FreeBSD.ORG Thu Aug 7 15:15:42 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8FBCF11 for ; Thu, 7 Aug 2014 15:15:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BEB3F27BC for ; Thu, 7 Aug 2014 15:15:42 +0000 (UTC) Received: from allanjude (uid 1340) (envelope-from allanjude@FreeBSD.org) id 558d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Thu, 07 Aug 2014 15:15:42 +0000 From: Allan Jude Date: Thu, 7 Aug 2014 15:15:42 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r45416 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e3981e.558d.6a3861c@svn.freebsd.org> X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 15:15:43 -0000 Author: allanjude Date: Thu Aug 7 15:15:42 2014 New Revision: 45416 URL: http://svnweb.freebsd.org/changeset/doc/45416 Log: The GELI module is built by default, but the GENERIC kernel does not include GELI by default. Correct the handbook to reflect this PR: 192453 Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Aug 7 12:56:37 2014 (r45415) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Thu Aug 7 15:15:42 2014 (r45416) @@ -2726,10 +2726,9 @@ What about bsdinstall? Load <command>geli</command> Support - Support for geli is built into the - GENERIC kernel. To configure the - system to automatically load the module - at boot time, add the following line to + Support for geli is available as a loadable + kernel module. To configure the system to automatically load the + module at boot time, add the following line to /boot/loader.conf: geom_eli_load="YES"