Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-bootloader.xml
Date: Fri, 20 Sep 2013 06:47:54
Message-Id: 20130920064750.7901C2004F@flycatcher.gentoo.org
1 swift 13/09/20 06:47:50
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 Fix bug #484144 - Use /boot/grub as grub2 location
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.31&view=markup
11 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
12 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
13
14 Index: hb-install-x86+amd64-bootloader.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- hb-install-x86+amd64-bootloader.xml 15 Aug 2013 17:05:38 -0000 1.30
21 +++ hb-install-x86+amd64-bootloader.xml 20 Sep 2013 06:47:50 -0000 1.31
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>14</version>
32 -<date>2013-08-15</date>
33 +<version>15</version>
34 +<date>2013-09-19</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -640,12 +640,12 @@
39 <body>
40
41 <p>
42 -First, let us install the necessary GRUB2 files in <path>/boot/grub2</path>.
43 +First, let us install the necessary GRUB2 files in <path>/boot/grub</path>.
44 Assuming the first disk (the one where the system boots from) is
45 <path>/dev/sda</path>, the following command will do this for us:
46 </p>
47
48 -<pre caption="Installing the GRUB2 files in /boot/grub2">
49 +<pre caption="Installing the GRUB2 files in /boot/grub">
50 # <i>grub2-install /dev/sda</i>
51 </pre>
52
53 @@ -663,7 +663,7 @@
54 </p>
55
56 <pre caption="Generating GRUB2 configuration">
57 -# <i>grub2-mkconfig -o /boot/grub2/grub.cfg</i>
58 +# <i>grub2-mkconfig -o /boot/grub/grub.cfg</i>
59 Generating grub.cfg ...
60 Found linux image: /boot/<keyval id="kernel-name" />
61 Found initrd image: /boot/<keyval id="genkernel-initrd" />