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: lvm2.xml
Date: Sat, 31 Mar 2012 15:05:09
Message-Id: 20120331133205.052F42004B@flycatcher.gentoo.org
1 swift 12/03/31 13:32:05
2
3 Modified: lvm2.xml
4 Log:
5 Updates regarding bug #407959 - Update on initramfs needs when using LVM for /usr or /var
6
7 Revision Changes Path
8 1.28 xml/htdocs/doc/en/lvm2.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.27&r2=1.28
13
14 Index: lvm2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- lvm2.xml 26 Dec 2011 15:22:40 -0000 1.27
21 +++ lvm2.xml 31 Mar 2012 13:32:04 -0000 1.28
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.27 2011/12/26 15:22:40 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.28 2012/03/31 13:32:04 swift Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>4</version>
34 -<date>2011-12-26</date>
35 +<version>5</version>
36 +<date>2012-03-31</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -374,6 +374,17 @@
41 </p>
42
43 <p>
44 +Also build an initramfs if you have <path>/usr</path> or <path>/var</path> on an
45 +LVM-based partition. Don't forget to edit your boot loader to boot the system
46 +with the initramfs.
47 +</p>
48 +
49 +<pre caption="Building an initramfs">
50 +# <i>emerge genkernel</i>
51 +# <i>genkernel --install initramfs</i>
52 +</pre>
53 +
54 +<p>
55 Now, install the lvm2 package.
56 </p>