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-bootconfig.xml
Date: Wed, 25 Jun 2008 19:25:39
Message-Id: E1KBacX-0002Nk-Lk@stork.gentoo.org
1 scen 08/06/25 19:25:33
2
3 Modified: hb-install-bootconfig.xml
4 Log:
5 Version 2, revision 1.2 of EN CVS
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml?r1=1.1&r2=1.2
13
14 Index: hb-install-bootconfig.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- hb-install-bootconfig.xml 3 May 2008 17:55:56 -0000 1.1
21 +++ hb-install-bootconfig.xml 25 Jun 2008 19:25:33 -0000 1.2
22 @@ -1,11 +1,11 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml,v 1.1 2008/05/03 17:55:56 scen Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/it/handbook/hb-install-bootconfig.xml,v 1.2 2008/06/25 19:25:33 scen Exp $ -->
26 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
27
28 <included>
29
30 -<version>1</version>
31 -<date>2008-05-02</date>
32 +<version>2</version>
33 +<date>2008-06-21</date>
34
35 <section id="hardware">
36 <title>Configurazione dell'hardware aggiuntivo</title>
37 @@ -30,36 +30,6 @@
38
39 </body>
40 </section>
41 -<section>
42 -<title>Opzionale: Ottimizzazione delle prestazioni dell'hard disk</title>
43 -<body>
44 -
45 -<p>
46 -Alcuni utenti esperti potrebbero voler ottimizzare le prestazioni del proprio
47 -hard disk tramite <c>hdparm</c>. Con le opzioni <c>-tT</c> è possibile testare
48 -le prestazioni del proprio disco (eseguire il test alcune volte per avere
49 -risultati più precisi):
50 -</p>
51 -
52 -<pre caption="Test delle prestazioni del disco">
53 -# <i>hdparm -tT /dev/sda</i>
54 -</pre>
55 -
56 -<p>
57 -Per l'ottimizzazione è possibile utilizzare uno dei seguenti esempi (o una
58 -configurazione personalizzata) che usano <path>/dev/sda</path> come disco
59 -(sostituirlo con il proprio):
60 -</p>
61 -
62 -<pre caption="Ottimizzazione delle prestazioni del disco">
63 -<comment>Attivare il DMA:</comment>
64 -# <i>hdparm -d 1 /dev/sda</i>
65 -<comment>Attivare il DMA e altre opzioni sicure di ottimizzazione:</comment>
66 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
67 -</pre>
68 -
69 -</body>
70 -</section>
71 <section id="useraccounts">
72 <title>Opzionale: Account utente</title>
73 <body>
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list