swift 13/09/20 06:47:50 Modified: hb-install-x86+amd64-bootloader.xml Log: Fix bug #484144 - Use /boot/grub as grub2 location
Revision Changes Path 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.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-bootloader.xml?r1=1.30&r2=1.31 Index: hb-install-x86+amd64-bootloader.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-install-x86+amd64-bootloader.xml 15 Aug 2013 17:05:38 -0000 1.30 +++ hb-install-x86+amd64-bootloader.xml 20 Sep 2013 06:47:50 -0000 1.31 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.30 2013/08/15 17:05:38 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.31 2013/09/20 06:47:50 swift Exp $ --> <sections> -<version>14</version> -<date>2013-08-15</date> +<version>15</version> +<date>2013-09-19</date> <section> <title>Making your Choice</title> @@ -640,12 +640,12 @@ <body> <p> -First, let us install the necessary GRUB2 files in <path>/boot/grub2</path>. +First, let us install the necessary GRUB2 files in <path>/boot/grub</path>. Assuming the first disk (the one where the system boots from) is <path>/dev/sda</path>, the following command will do this for us: </p> -<pre caption="Installing the GRUB2 files in /boot/grub2"> +<pre caption="Installing the GRUB2 files in /boot/grub"> # <i>grub2-install /dev/sda</i> </pre> @@ -663,7 +663,7 @@ </p> <pre caption="Generating GRUB2 configuration"> -# <i>grub2-mkconfig -o /boot/grub2/grub.cfg</i> +# <i>grub2-mkconfig -o /boot/grub/grub.cfg</i> Generating grub.cfg ... Found linux image: /boot/<keyval id="kernel-name" /> Found initrd image: /boot/<keyval id="genkernel-initrd" />
