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: gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall-system.xml
Date: Thu, 15 Aug 2013 18:39:41
Message-Id: 20130815183936.CAC042171C@flycatcher.gentoo.org
1 swift 13/08/15 18:39:36
2
3 Modified: gentoo-x86+raid+lvm2-quickinstall.xml
4 gentoo-x86-quickinstall-system.xml
5 Log:
6 Fix bug #481204 - Make need for initramfs with separate /usr more prominent
7
8 Revision Changes Path
9 1.31 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.31&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.31&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.30&r2=1.31
14
15 Index: gentoo-x86+raid+lvm2-quickinstall.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
18 retrieving revision 1.30
19 retrieving revision 1.31
20 diff -u -r1.30 -r1.31
21 --- gentoo-x86+raid+lvm2-quickinstall.xml 31 Mar 2012 13:27:30 -0000 1.30
22 +++ gentoo-x86+raid+lvm2-quickinstall.xml 15 Aug 2013 18:39:36 -0000 1.31
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.30 2012/03/31 13:27:30 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.31 2013/08/15 18:39:36 swift Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide>
30 @@ -29,8 +29,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>20</version>
35 -<date>2012-03-31</date>
36 +<version>21</version>
37 +<date>2013-08-15</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -179,7 +179,8 @@
42
43 <p>
44 Then create the RAID device nodes and devices. Please bear in mind that, if you
45 -are not using an initramfs to help during boot, the
46 +are not using an initramfs to help during boot (which is mandatory if you use a
47 +separate <path>/usr</path> partition as our example shows), the
48 <c>/boot</c> and <c>/</c> mount points should use an older metadata format which
49 can be specified by the <c>--metadata=0.90</c> flag:
50 </p>
51
52
53
54 1.10 xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.10&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?rev=1.10&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml?r1=1.9&r2=1.10
59
60 Index: gentoo-x86-quickinstall-system.xml
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v
63 retrieving revision 1.9
64 retrieving revision 1.10
65 diff -u -r1.9 -r1.10
66 --- gentoo-x86-quickinstall-system.xml 2 May 2013 17:46:14 -0000 1.9
67 +++ gentoo-x86-quickinstall-system.xml 15 Aug 2013 18:39:36 -0000 1.10
68 @@ -1,11 +1,11 @@
69 <?xml version='1.0' encoding="UTF-8"?>
70 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.9 2013/05/02 17:46:14 swift Exp $ -->
71 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall-system.xml,v 1.10 2013/08/15 18:39:36 swift Exp $ -->
72 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
73
74 <included>
75
76 -<version>9</version>
77 -<date>2013-05-02</date>
78 +<version>10</version>
79 +<date>2013-08-15</date>
80
81 <section>
82 <title>Configure the system</title>
83 @@ -195,7 +195,7 @@
84 title Gentoo
85 root (hd0,0)
86 kernel /boot/kernel root=<keyval id="root"/>
87 -initrd /boot/initramfs <comment># Only when initramfs is needed</comment>
88 +initrd /boot/initramfs <comment># Only when initramfs is needed like with separate /usr partition</comment>
89 </pre>
90
91 <pre caption="Install grub" test="not(contains(func:keyval('root'),'md'))">