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-gli-medium.xml
Date: Sat, 03 May 2008 17:16:01
Message-Id: E1JsLL3-0006r6-70@stork.gentoo.org
1 scen 08/05/03 17:15:57
2
3 Modified: hb-install-gli-medium.xml
4 Log:
5 Version 9.3, revision 1.6 of EN CVS
6
7 Revision Changes Path
8 1.6 xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml?rev=1.6&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml?rev=1.6&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml?r1=1.5&r2=1.6
13
14 Index: hb-install-gli-medium.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- hb-install-gli-medium.xml 20 Apr 2008 13:45:55 -0000 1.5
21 +++ hb-install-gli-medium.xml 3 May 2008 17:15:56 -0000 1.6
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-gli-medium.xml,v 1.5 2008/04/20 13:45:55 scen Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/2008.0/hb-install-gli-medium.xml,v 1.6 2008/05/03 17:15:56 scen Exp $ -->
28
29 <sections>
30
31 -<version>9.2</version>
32 -<date>2008-04-19</date>
33 +<version>9.3</version>
34 +<date>2008-05-02</date>
35
36 <section>
37 <title>Richieste Hardware</title>
38 @@ -322,20 +322,20 @@
39 </p>
40
41 <pre caption="Test delle prestazioni del disco">
42 -# <i>hdparm -tT /dev/hda</i>
43 +# <i>hdparm -tT /dev/sda</i>
44 </pre>
45
46 <p>
47 Per l'ottimizzazione รจ possibile utilizzare uno dei seguenti esempi (o una
48 -configurazione personalizzata) che usano <path>/dev/hda</path> come disco
49 +configurazione personalizzata) che usano <path>/dev/sda</path> come disco
50 (sostituirlo con il proprio):
51 </p>
52
53 <pre caption="Ottimizzazione delle prestazioni del disco">
54 <comment>Attivare il DMA:</comment>
55 -# <i>hdparm -d 1 /dev/hda</i>
56 +# <i>hdparm -d 1 /dev/sda</i>
57 <comment>Attivare le opzioni sicure di ottimizzazione:</comment>
58 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i>
59 +# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
60 </pre>
61
62 </body>
63
64
65
66 --
67 gentoo-commits@l.g.o mailing list