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: Sun, 22 Apr 2012 18:05:07
Message-Id: 20120422174407.A83312004B@flycatcher.gentoo.org
1 swift 12/04/22 17:44:07
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 Fix bug #413097 - Typo on GRUB
6
7 Revision Changes Path
8 1.26 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.26&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.26&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.25&r2=1.26
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.25
18 retrieving revision 1.26
19 diff -u -r1.25 -r1.26
20 --- hb-install-x86+amd64-bootloader.xml 22 Apr 2012 10:31:29 -0000 1.25
21 +++ hb-install-x86+amd64-bootloader.xml 22 Apr 2012 17:44:07 -0000 1.26
22 @@ -4,11 +4,11 @@
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.25 2012/04/22 10:31:29 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.26 2012/04/22 17:44:07 swift Exp $ -->
28
29 <sections>
30
31 -<version>9</version>
32 +<version>10</version>
33 <date>2012-04-22</date>
34
35 <section>
36 @@ -236,7 +236,7 @@
37 initramfs file and telling the initramfs where your real root device is at:
38 </p>
39
40 -<pre caption="GUB snippet for initramfs-enabled kernel builds">
41 +<pre caption="GRUB snippet for initramfs-enabled kernel builds">
42 title Gentoo Linux <keyval id="kernel-version"/>
43 root (hd0,0)
44 kernel /boot/<keyval id="kernel-version"/> <i>real_</i>root=/dev/sda3