Gentoo Archives: gentoo-doc-cvs

From: "Lukasz Damentko (rane)" <rane@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-alpha-disk.xml
Date: Sun, 15 Feb 2009 06:48:14
Message-Id: E1LYanT-0003vW-En@stork.gentoo.org
1 rane 09/02/15 06:48:11
2
3 Modified: hb-install-alpha-disk.xml
4 Log:
5 fixes from #180550 by Ernestas Liubarskij
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.29&r2=1.30
13
14 Index: hb-install-alpha-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- hb-install-alpha-disk.xml 26 Jan 2009 08:04:26 -0000 1.29
21 +++ hb-install-alpha-disk.xml 15 Feb 2009 06:48:11 -0000 1.30
22 @@ -4,12 +4,12 @@
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-alpha-disk.xml,v 1.29 2009/01/26 08:04:26 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.30 2009/02/15 06:48:11 rane Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>9.1</version>
34 +<date>2009-02-15</date>
35
36 <section>
37 <title>Introduction to Block Devices</title>
38 @@ -256,7 +256,7 @@
39 <body>
40
41 <p>
42 -On Alpha based systems you don't need a separate boot partition. However, the
43 +On Alpha based systems you don't need a separate boot slice. However, the
44 first cylinder cannot be used as the <c>aboot</c> image will be placed there.
45 </p>
46
47 @@ -299,7 +299,7 @@
48 <p>
49 We will now create the root slice, starting from the first cylinder <e>after</e>
50 the swap slice. Use the <c>p</c> command to view where the swap slice ends. In
51 -our example, this is at 1003, making the root partition start at 1004.
52 +our example, this is at 1003, making the root slice start at 1004.
53 </p>
54
55 <p>
56 @@ -310,7 +310,7 @@
57 </p>
58
59 <p>
60 -When the partition is created, we change the type to <c>8</c>, for <e>ext2</e>.
61 +When the slice is created, we change the type to <c>8</c>, for <e>ext2</e>.
62 </p>
63
64 <pre caption="Creating the root slice">
65 @@ -501,8 +501,8 @@
66 <body>
67
68 <p>
69 -We will create a swap partition starting at the third cylinder, with a total
70 -size of 1 GB. Use <c>n</c> to create a new partition.
71 +We will create a swap partition with a total size of 1 GB. Use <c>n</c> to
72 +create a new partition.
73 </p>
74
75 <pre caption="Creating the swap partition">
76 @@ -705,7 +705,7 @@
77 Now that your partitions are initialized and are housing a filesystem, it is
78 time to mount those partitions. Use the <c>mount</c> command. Don't forget to
79 create the necessary mount directories for every partition you created. As an
80 -example we mount the root and boot partition:
81 +example we mount the root partition:
82 </p>
83
84 <pre caption="Mounting partitions">