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-config.xml
Date: Sat, 03 May 2008 17:14:09
Message-Id: E1JsLJG-0006pV-9U@stork.gentoo.org
1 scen 08/05/03 17:14:06
2
3 Modified: hb-install-config.xml
4 Log:
5 Version 9.2, revision 1.7 of EN CVS
6
7 Revision Changes Path
8 1.4 xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml?r1=1.3&r2=1.4
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- hb-install-config.xml 20 Apr 2008 13:42:44 -0000 1.3
21 +++ hb-install-config.xml 3 May 2008 17:14:05 -0000 1.4
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-config.xml,v 1.3 2008/04/20 13:42:44 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-config.xml,v 1.4 2008/05/03 17:14:05 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.1</version>
32 -<date>2008-04-17</date>
33 +<version>9.2</version>
34 +<date>2008-05-02</date>
35
36 <section>
37 <title>Informazioni sul filesystem</title>
38 @@ -84,15 +84,7 @@
39 <path>/boot</path> non seguirlo.
40 </p>
41
42 -<p test="contains(func:keyval('/boot'), '/dev/hd')">
43 -In questo esempio di partizionamento <keyval id="arch"/> <path>/boot</path>
44 -corrisponde alla partizione <path><keyval id="/boot"/></path> (o
45 -<path>/dev/sda*</path> nel caso di periferiche SCSI o SATA) con <c>ext2</c> come
46 -filesystem. Necessita di essere controllata durante il boot, si può dunque
47 -scrivere:
48 -</p>
49 -
50 -<p test="contains(func:keyval('/boot'), '/dev/sd')">
51 +<p>
52 In questo esempio di partizionamento <keyval id="arch"/> <path>/boot</path>
53 corrisponde alla partizione <path><keyval id="/boot"/></path> con <c>ext2</c>
54 come filesystem. Necessita di essere controllata durante il boot, si può dunque
55 @@ -113,19 +105,12 @@
56 </body>
57 <body>
58
59 -<p test="not(func:keyval('arch')='SPARC')">
60 +<p>
61 Aggiungere le regole corrispondenti al proprio schema di partizionamento e
62 completare con le regole per le periferiche CD-ROM drive e ovviamente per le
63 altre partizioni o dispositivi che si dovessero possedere.
64 </p>
65
66 -<p test="func:keyval('arch')='SPARC'">
67 -Aggiungere le regole corrispondenti al proprio schema di partizionamento e
68 -completare con le regole per <path>/proc/openprom</path>, per le periferiche
69 -CD-ROM drive e ovviamente per le altre partizioni o dispositivi che si dovessero
70 -possedere.
71 -</p>
72 -
73 <p>
74 Usare ora l'<e>esempio</e> che segue per creare il proprio
75 <path>/etc/fstab</path>:
76 @@ -155,24 +140,14 @@
77 /dev/sda5 /var ext3 noatime 0 2
78 /dev/sda6 /home ext3 noatime 0 2
79
80 +<comment># Bisogna aggiungere le regole per openprom</comment>
81 openprom /proc/openprom openpromfs defaults 0 0
82
83 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
84 </pre>
85
86 -<note test="func:keyval('arch')='PPC'">
87 -Esistono forti differenze tra tipi di macchine PPC. Assicurarsi di adattare il
88 -seguente esempio al proprio sistema.
89 -</note>
90 -
91 -<pre caption="Un esempio di /etc/fstab" test="func:keyval('arch')='PPC'">
92 -/dev/hda4 / ext3 noatime 0 1
93 -/dev/hda3 none swap sw 0 0
94 -
95 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
96 -</pre>
97 -
98 -<pre caption="Un esempio di /etc/fstab" test="func:keyval('arch')='PPC64'">
99 +<pre caption="Un esempio di /etc/fstab" test="func:keyval('arch')='PPC' or
100 +func:keyval('arch')='PPC64'">
101 /dev/sda4 / ext3 noatime 0 1
102 /dev/sda3 none swap sw 0 0
103
104
105
106
107 --
108 gentoo-commits@l.g.o mailing list