Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@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, 05 Aug 2012 03:03:02
Message-Id: 20120805012149.4406E2004B@flycatcher.gentoo.org
1 nightmorph 12/08/05 01:21:49
2
3 Modified: hb-install-x86+amd64-bootloader.xml
4 Log:
5 fix real_root for lilo. bug #429940
6
7 Revision Changes Path
8 1.27 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.27&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml?rev=1.27&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.26&r2=1.27
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.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- hb-install-x86+amd64-bootloader.xml 22 Apr 2012 17:44:07 -0000 1.26
21 +++ hb-install-x86+amd64-bootloader.xml 5 Aug 2012 01:21:49 -0000 1.27
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.26 2012/04/22 17:44:07 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-bootloader.xml,v 1.27 2012/08/05 01:21:49 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>10</version>
32 -<date>2012-04-22</date>
33 +<version>11</version>
34 +<date>2012-08-04</date>
35
36 <section>
37 <title>Making your Choice</title>
38 @@ -510,7 +510,7 @@
39 image=/boot/<keyval id="kernel-name"/>
40 label=gentoo
41 read-only
42 - <i>real_</i>root=/dev/sda3
43 + <i>append="real_root=/dev/sda3"</i>
44 <i>initrd=/boot/<keyval id="genkernel-initrd" /></i>
45 </pre>