Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-bootconfig.xml
Date: Mon, 23 Jun 2008 16:10:51
Message-Id: E1KAocu-0001zm-TI@stork.gentoo.org
1 chiguire 08/06/23 16:10:44
2
3 Modified: hb-install-bootconfig.xml
4 Log:
5 updated spanish translation (manuel peral gonzalez)
6
7 Revision Changes Path
8 1.2 xml/htdocs/doc/es/handbook/hb-install-bootconfig.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-bootconfig.xml?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/handbook/hb-install-bootconfig.xml?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/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/es/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 9 May 2008 17:14:49 -0000 1.1
21 +++ hb-install-bootconfig.xml 23 Jun 2008 16:10:44 -0000 1.2
22 @@ -4,8 +4,8 @@
23
24 <included>
25
26 -<version>1</version>
27 -<date>2008-05-02</date>
28 +<version>2</version>
29 +<date>2008-06-21</date>
30
31 <section id="hardware">
32 <title>Configurando Hardware Adicional</title>
33 @@ -32,37 +32,6 @@
34
35 </body>
36 </section>
37 -<section>
38 -<title>Opcional: Configurando el rendimiento del disco</title>
39 -<body>
40 -
41 -<p>
42 -Si usted es un usuario avanzado, tal vez quiera afinar el desempeño
43 -del disco duro IDE usando <c>hdparm</c>. Con la opción <c>-tT</c>
44 -puede probar el desempeño de su disco (ejecútelo varias veces para
45 -tener una impresión más precisa):
46 -</p>
47 -
48 -<pre caption="Verificar el rendimiento del disco">
49 -# <i>hdparm -tT /dev/sda</i>
50 -</pre>
51 -
52 -<p>
53 -Para afinarlo siga uno de los siguientes ejemplos (o haga sus propios
54 -experimentos) los cuales usan <path>/dev/sda</path> como disco
55 -(sustitúyalo por el disco en cuestión):
56 -</p>
57 -
58 -<pre caption="Configurar el rendimiento del disco">
59 -<comment>(Activar el DMA:)</comment>
60 -# <i>hdparm -d 1 /dev/sda</i>
61 -<comment>(Activar las opciones de optimización seguras:)</comment>
62 -# <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/sda</i>
63 -</pre>
64 -
65 -</body>
66 -</section>
67 -
68 <section id="useraccounts">
69 <title>Opcional: Cuentas de Usuarios</title>
70 <body>
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list