Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-stage.xml
Date: Mon, 22 May 2006 20:54:51
Message-Id: 20060522205519.AE816642BE@smtp.gentoo.org
1 nightmorph 06/05/22 20:55:18
2
3 Modified: hb-install-stage.xml
4 Log:
5 Added portage snapshot integrity check to the handbook for bug #133449. Seems like a good idea, and all that.
6
7 Revision Changes Path
8 1.96 xml/htdocs/doc/en/handbook/hb-install-stage.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.96&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml?rev=1.96&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-stage.xml.diff?r1=1.95&r2=1.96&cvsroot=gentoo
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
17 retrieving revision 1.95
18 retrieving revision 1.96
19 diff -u -r1.95 -r1.96
20 --- hb-install-stage.xml 28 Feb 2006 01:54:31 -0000 1.95
21 +++ hb-install-stage.xml 22 May 2006 20:55:18 -0000 1.96
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-stage.xml,v 1.95 2006/02/28 01:54:31 fox2mike Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.96 2006/05/22 20:55:18 nightmorph Exp $ -->
28
29 <sections>
30
31 -<version>2.9</version>
32 -<date>2006-02-28</date>
33 +<version>2.10</version>
34 +<date>2006-05-22</date>
35
36 <section>
37 <title>Installing a Stage Tarball</title>
38 @@ -275,9 +275,24 @@
39
40 <p>
41 Now exit your browser by pressing <c>Q</c>. You will now have a Portage snapshot
42 -stored in <path>/mnt/gentoo</path>. In the next step, we extract the Portage
43 -snapshot onto your filesystem. Make sure that you use the exact command; the
44 -last option is a capital <c>C</c>, not <c>c</c>.
45 +stored in <path>/mnt/gentoo</path>.
46 +</p>
47 +
48 +<p>
49 +If you want to check the integrity of the downloaded snapshot, use
50 +<c>md5sum</c> and compare the output with the MD5 checksum provided on the
51 +mirror.
52 +</p>
53 +
54 +<pre caption="Checking integrity of a Portage snapshot">
55 +# <i>md5sum -c portage-latest.tar.bz2.md5sum</i>
56 +portage-latest.tar.bz2: OK
57 +</pre>
58 +
59 +<p>
60 +In the next step, we extract the Portage snapshot onto your filesystem. Make
61 +sure that you use the exact command; the last option is a capital <c>C</c>, not
62 +<c>c</c>.
63 </p>
64
65 <pre caption="Extracting the Portage snapshot">
66
67
68
69 --
70 gentoo-doc-cvs@g.o mailing list