From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 54FFF138247 for ; Wed, 18 Dec 2013 15:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79B0FE0A4A; Wed, 18 Dec 2013 15:02:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89B94E0A07 for ; Wed, 18 Dec 2013 15:02:03 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC79033F5C5 for ; Wed, 18 Dec 2013 15:02:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id F0DE42004B; Wed, 18 Dec 2013 15:01:59 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-x86+amd64-disk.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131218150159.F0DE42004B@flycatcher.gentoo.org> Date: Wed, 18 Dec 2013 15:01:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 1530f69d-70ce-49e8-8dab-571dfebefd03 X-Archives-Hash: 33d64c01bb385fb174212bdbfa337a3b swift 13/12/18 15:01:59 Modified: hb-install-x86+amd64-disk.xml Log: Use GRUB2 naming consistently Revision Changes Path 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.30&r2=1.31 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-install-x86+amd64-disk.xml 18 Dec 2013 11:40:44 -0000 1.30 +++ hb-install-x86+amd64-disk.xml 18 Dec 2013 15:01:59 -0000 1.31 @@ -4,7 +4,7 @@ - + @@ -13,7 +13,7 @@ This chapter describes how to partition a disk for future usage. -22 +23 2013-12-18
@@ -304,7 +304,7 @@

A BIOS boot partition is a very small (1 to 2 MB) partition in which -bootloaders like GRUB can put additional data that doesn't fit in the +bootloaders like GRUB2 can put additional data that doesn't fit in the allocated storage (a few hundred bytes in case of MBR) and cannot place elsewhere.

@@ -318,8 +318,8 @@

For completeness, we can say that the BIOS boot partition is needed when -GPT partition layout is used with GRUB, or when the MBR partition layout -is used with GRUB when the first partition starts earlier than the 1 MB +GPT partition layout is used with GRUB2, or when the MBR partition layout +is used with GRUB2 when the first partition starts earlier than the 1 MB location on the disk.

@@ -483,7 +483,7 @@

-Now create a 2 MB partition that will be used by the GRUB bootloader later. +Now create a 2 MB partition that will be used by the GRUB2 bootloader later. We use the mkpart command for this, and inform parted to start from 1 MB and end at 3 MB (creating a partition of 2 MB in size).