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-sparc-disk.xml
Date: Sat, 06 Apr 2013 11:28:58
Message-Id: 20130406112854.2FA362171D@flycatcher.gentoo.org
1 swift 13/04/06 11:28:54
2
3 Modified: hb-install-sparc-disk.xml
4 Log:
5 Fix bug #463465 - Use ext4 consistenly in sparc handbook
6
7 Revision Changes Path
8 1.39 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.39&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.39&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.38&r2=1.39
13
14 Index: hb-install-sparc-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
17 retrieving revision 1.38
18 retrieving revision 1.39
19 diff -u -r1.38 -r1.39
20 --- hb-install-sparc-disk.xml 6 Apr 2013 08:14:35 -0000 1.38
21 +++ hb-install-sparc-disk.xml 6 Apr 2013 11:28:54 -0000 1.39
22 @@ -4,11 +4,11 @@
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-sparc-disk.xml,v 1.38 2013/04/06 08:14:35 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.39 2013/04/06 11:28:54 swift Exp $ -->
28
29 <sections>
30
31 -<version>9</version>
32 +<version>10</version>
33 <date>2013-04-06</date>
34
35 <section>
36 @@ -494,14 +494,14 @@
37 </table>
38
39 <p>
40 -For instance, to create the root partition (<path>/dev/sda1</path> in our
41 -example) as ext2, and the <path>/usr</path>, <path>/var</path>, and
42 +For instance, to create the root (<path>/dev/sda1</path> in our
43 +example), <path>/usr</path>, <path>/var</path>, and
44 <path>/home</path> partitions (<path>/dev/sda4</path>, <path>5</path>
45 and <path>6</path> in our example, respectively) as ext4, you would use:
46 </p>
47
48 <pre caption="Applying a filesystem on a partition">
49 -# <i>mkfs.ext2 /dev/sda1</i>
50 +# <i>mkfs.ext4 /dev/sda1</i>
51 # <i>mkfs.ext4 /dev/sda4</i>
52 # <i>mkfs.ext4 /dev/sda5</i>
53 # <i>mkfs.ext4 /dev/sda6</i>