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-config.xml
Date: Tue, 27 May 2014 10:05:52
Message-Id: 20140527100548.D33C62004E@flycatcher.gentoo.org
1 swift 14/05/27 10:05:48
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #510274 - Typo in /dev/disk/by-id path
6
7 Revision Changes Path
8 1.131 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.131&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.131&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.130&r2=1.131
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.130
18 retrieving revision 1.131
19 diff -u -r1.130 -r1.131
20 --- hb-install-config.xml 11 Apr 2014 16:03:58 -0000 1.130
21 +++ hb-install-config.xml 27 May 2014 10:05:48 -0000 1.131
22 @@ -4,7 +4,7 @@
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-config.xml,v 1.130 2014/04/11 16:03:58 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.131 2014/05/27 10:05:48 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>36</version>
36 -<date>2014-04-11</date>
37 +<version>37</version>
38 +<date>2014-05-27</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -85,7 +85,7 @@
43 <p>
44 In the remainder of the text, we use the default <path>/dev/sd*</path> block
45 device files as partition. You can also opt to use the symbolic links in the
46 -<path>/dev/disk/byid</path> or <path>/dev/disk/by-uuid</path>. These names are
47 +<path>/dev/disk/by-id</path> or <path>/dev/disk/by-uuid</path>. These names are
48 not likely to change, whereas the default block device files naming depends on
49 a number of factors (such as how and in what order the disks are attached to
50 your system). However, if you do not intend to fiddle with the disk ordering,