From owner-svn-doc-head@FreeBSD.ORG Sun Jun 17 18:49:16 2012 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 269BA106566C; Sun, 17 Jun 2012 18:49:16 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 119AA8FC16; Sun, 17 Jun 2012 18:49:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5HInFxB024791; Sun, 17 Jun 2012 18:49:15 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5HInFfF024789; Sun, 17 Jun 2012 18:49:15 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201206171849.q5HInFfF024789@svn.freebsd.org> From: Warren Block Date: Sun, 17 Jun 2012 18:49:15 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39058 - head/en_US.ISO8859-1/books/handbook/bsdinstall X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jun 2012 18:49:16 -0000 Author: wblock Date: Sun Jun 17 18:49:15 2012 New Revision: 39058 URL: http://svn.freebsd.org/changeset/doc/39058 Log: Updates: note that the first UFS partition found is expected to be /, and remove the incorrect note that a freebsd-boot partition must be first on the disk. Submitted by: donallen in http://forums.freebsd.org/showthread.php?p=181004#post181004 Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml Sun Jun 17 14:46:34 2012 (r39057) +++ head/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml Sun Jun 17 18:49:15 2012 (r39058) @@ -1390,8 +1390,8 @@ Trying to mount root from cd9660:/dev/is Standard &os; <acronym>GPT</acronym> Partitions - freebsd-boot - &os; boot code. - This partition must be first on the disk. + freebsd-boot - &os; boot + code. @@ -1474,6 +1474,10 @@ Trying to mount root from cd9660:/dev/is should use other unique label values as described above. + By default, &os;'s gptboot expects + the first UFS partition found to be the + / partition. +