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: lvm2.xml
Date: Fri, 18 Jan 2013 23:06:30
Message-Id: 20130118230627.037592171D@flycatcher.gentoo.org
1 nightmorph 13/01/18 23:06:26
2
3 Modified: lvm2.xml
4 Log:
5 fix outdated references to /dev/hd*, bug 414025
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/lvm2.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/lvm2.xml?r1=1.29&r2=1.30
13
14 Index: lvm2.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- lvm2.xml 1 Apr 2012 14:34:56 -0000 1.29
21 +++ lvm2.xml 18 Jan 2013 23:06:26 -0000 1.30
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.29 2012/04/01 14:34:56 swift Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/lvm2.xml,v 1.30 2013/01/18 23:06:26 nightmorph 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>6</version>
34 -<date>2012-04-01</date>
35 +<version>7</version>
36 +<date>2013-01-18</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -207,7 +207,7 @@
41 filter = [ "a/.*/" ]
42 <comment>(Replace it with the following one to scan
43 /dev/sda and /dev/sdb and reject anything else)</comment>
44 - filter = [ "a|/dev/hd[ab]|", "r/.*/" ]
45 + filter = [ "a|/dev/sd[ab]|", "r/.*/" ]
46 <comment>(Save the file and quit nano)</comment>
47 # <i>vgscan</i>
48 Reading all physical volumes. This may take a while...
49 @@ -323,7 +323,7 @@
50
51 <p>
52 Mount your partitions as described in the handbook and mount your LVM2 logical
53 -volumes as if they were partitions. Replace the usual <path>/dev/hdxx</path>
54 +volumes as if they were partitions. Replace the usual <path>/dev/sdxx</path>
55 with <path>/dev/vg/logical_volumename</path>.
56 </p>