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: hb-install-config.xml
Date: Sat, 03 May 2008 19:11:50
Message-Id: E1JsN99-0007xW-Hs@stork.gentoo.org
1 scen 08/05/03 19:11:47
2
3 Modified: hb-install-config.xml
4 Log:
5 Version 9.2, revision 1.99 of EN CVS
6
7 Revision Changes Path
8 1.32 xml/htdocs/doc/it/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-config.xml?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-config.xml?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-config.xml?r1=1.31&r2=1.32
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-config.xml,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- hb-install-config.xml 20 Apr 2008 13:47:40 -0000 1.31
21 +++ hb-install-config.xml 3 May 2008 19:11:47 -0000 1.32
22 @@ -4,7 +4,7 @@
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/hb-install-config.xml,v 1.31 2008/04/20 13:47:40 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-config.xml,v 1.32 2008/05/03 19:11:47 scen Exp $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 capitolo si dà una panoramica di questi file e dei cambiamenti da eseguire.
33 </abstract>
34
35 -<version>9.1</version>
36 -<date>2008-04-17</date>
37 +<version>9.2</version>
38 +<date>2008-05-02</date>
39
40 <section>
41 <title>Informazioni sul filesystem</title>
42 @@ -90,14 +90,7 @@
43 <path>/boot</path> non copiarla pari pari.
44 </p>
45
46 -<p test="contains(func:keyval('/boot'), '/dev/hd')">
47 -In questo esempio di partizionamento <keyval id="arch"/> <path>/boot</path>
48 -corrisponde alla partizione <path><keyval id="/boot"/></path> (o
49 -<path>/dev/sda*</path> se si usano periferiche SCSI o SATA), con <c>ext2</c>
50 -come filesystem. Ha bisogno di essere controllata, si può dunque scrivere:
51 -</p>
52 -
53 -<p test="contains(func:keyval('/boot'), '/dev/sd')">
54 +<p>
55 In questo esempio di partizionamento <keyval id="arch"/> <path>/boot</path>
56 corrisponde alla partizione <path><keyval id="/boot"/></path>, con <c>ext2</c>
57 come filesystem. Ha bisogno di essere controllata, si può dunque scrivere:
58 @@ -117,33 +110,18 @@
59 </body>
60 <body>
61
62 -<p test="not(func:keyval('arch')='SPARC')">
63 +<p>
64 Aggiungere le righe corrispondenti al proprio schema di partizionamento ed
65 aggiungerne per le periferiche CD-ROM ed ovviamente per gli altri tipi di
66 partizioni o dispositivi in uso.
67 </p>
68
69 -<p test="func:keyval('arch')='SPARC'">
70 -Aggiungere le righe corrispondenti al proprio schema di partizionamento ed
71 -aggiungerne per <path>/proc/openprom</path>, per le periferiche CD-ROM e
72 -ovviamente per gli altri tipi di partizioni o dispositivi in uso.
73 -</p>
74 -
75 <p>
76 Usare ora l'<e>esempio</e> che segue per creare il proprio
77 <path>/etc/fstab</path>:
78 </p>
79
80 <pre caption="Un esempio completo di /etc/fstab"
81 -test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'">
82 -<keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
83 -/dev/hda2 none swap sw 0 0
84 -/dev/hda3 / ext3 noatime 0 1
85 -
86 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
87 -</pre>
88 -
89 -<pre caption="Un esempio completo di /etc/fstab"
90 test="func:keyval('arch')='HPPA'">
91 <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
92 /dev/sda3 none swap sw 0 0
93 @@ -153,7 +131,8 @@
94 </pre>
95
96 <pre caption="Un esempio completo di /etc/fstab"
97 -test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS'">
98 +test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or
99 +func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
100 <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2
101 /dev/sda2 none swap sw 0 0
102 /dev/sda3 / ext3 noatime 0 1
103 @@ -169,26 +148,14 @@
104 /dev/sda5 /var ext3 noatime 0 2
105 /dev/sda6 /home ext3 noatime 0 2
106
107 +<comment># Bisogna aggiungere le regole per openprom</comment>
108 openprom /proc/openprom openpromfs defaults 0 0
109
110 /dev/cdrom /mnt/cdrom auto noauto,user 0 0
111 </pre>
112
113 -<note test="func:keyval('arch')='PPC'">
114 -Ci sono diverse differenze tra i vari tipi di macchine PPC. Assicurarsi di
115 -adattare l'esempio che segue al proprio sistema.
116 -</note>
117 -
118 -<pre caption="Un esempio completo di /etc/fstab"
119 -test="func:keyval('arch')='PPC'">
120 -/dev/hda4 / ext3 noatime 0 1
121 -/dev/hda3 none swap sw 0 0
122 -
123 -/dev/cdrom /mnt/cdrom auto noauto,user 0 0
124 -</pre>
125 -
126 -<pre caption="Un esempio completo di /etc/fstab"
127 -test="func:keyval('arch')='PPC64'">
128 +<pre caption="Un esempio completo di /etc/fstab" test="func:keyval('arch')='PPC'
129 +or func:keyval('arch')='PPC4'">
130 /dev/sda4 / ext3 noatime 0 1
131 /dev/sda3 none swap sw 0 0
132
133
134
135
136 --
137 gentoo-commits@l.g.o mailing list