Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/it/handbook/2008.0: hb-install-stage.xml
Date: Wed, 07 May 2008 21:36:29
Message-Id: E1JtrJK-0007sz-B7@stork.gentoo.org
1 scen 08/05/07 21:36:26
2
3 Modified: hb-install-stage.xml
4 Log:
5 Version 9.2, revision 1.5 of EN CVS
6
7 Revision Changes Path
8 1.3 xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml?r1=1.2&r2=1.3
13
14 Index: hb-install-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- hb-install-stage.xml 2 Apr 2008 00:07:09 -0000 1.2
21 +++ hb-install-stage.xml 7 May 2008 21:36:25 -0000 1.3
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/it/handbook/2008.0/hb-install-stage.xml,v 1.2 2008/04/02 00:07:09 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-stage.xml,v 1.3 2008/05/07 21:36:25 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.0</version>
32 -<date>2008-04-01</date>
33 +<version>9.2</version>
34 +<date>2008-05-07</date>
35
36 <section>
37 <title>Installazione di uno stage</title>
38 @@ -112,10 +112,16 @@
39 procedere poiché è il metodo più facile:
40 </p>
41
42 -<pre caption="Estrazione dello stage">
43 +<pre caption="Estrazione dell'archivio tarball contenente lo stage"
44 +test="not(func:keyval('arch')='PPC64') and not(func:keyval('arch')='PPC')">
45 # <i>tar -xvjpf stage3-*.tar.bz2</i>
46 </pre>
47
48 +<pre caption="Estrazione dell'archivio tarball contenente lo stage"
49 +test="func:keyval('arch')='PPC64' or func:keyval('arch')='PPC'">
50 +# <i>tar xvjpf /mnt/cdrom/stages/ppc&lt;32 o 64&gt;/<keyval id="stage3"/></i>
51 +</pre>
52 +
53 <p>
54 Assicurarsi di usare le stesse opzioni (<c>-xvjpf</c>). La <c>x</c> significa di
55 <e>Estrarre</e>, <c>v</c> di <e>Visualizzare</e> le operazioni ed è opzionale,
56
57
58
59 --
60 gentoo-commits@l.g.o mailing list