public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-ppc-kernel.xml hb-install-config.xml
@ 2012-10-09 15:55 JosA MarAa Alonso (nimiux)
  0 siblings, 0 replies; only message in thread
From: JosA MarAa Alonso (nimiux) @ 2012-10-09 15:55 UTC (permalink / raw
  To: gentoo-commits

nimiux      12/10/09 15:55:25

  Modified:             hb-install-ppc-kernel.xml hb-install-config.xml
  Log:
  Part of bug #437338 - Do not set the dump (5th) field in fstab to 1

Revision  Changes    Path
1.36                 xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml?r1=1.35&r2=1.36

Index: hb-install-ppc-kernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- hb-install-ppc-kernel.xml	23 Feb 2012 14:53:41 -0000	1.35
+++ hb-install-ppc-kernel.xml	9 Oct 2012 15:55:25 -0000	1.36
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v 1.35 2012/02/23 14:53:41 nimiux Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-kernel.xml,v 1.36 2012/10/09 15:55:25 nimiux Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 enseñará cómo configurar el núcleo.
 </abstract>
 
-<version>14</version>
-<date>2012-02-22</date>
+<version>15</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Zona horaria</title>
@@ -300,8 +300,8 @@
 
 <p>
 Ahora que ya está configurado el núcleo, es el momento para compilarlo
-e instalarlo. Saldremos del menú de configuración y ejecutaremos los
-comandos siguientes:
+e instalarlo. Saldremos del menú de configuración y ejecutaremos las
+siguientes órdenes:
 </p>
 
 <pre caption="Compilar el núcleo" >
@@ -391,7 +391,7 @@
 <pre caption="Quitar /boot en /etc/fstab en las máquinas sin una partición boot">
 # <i>nano -w /etc/fstab</i>
 <comment>Quite esta línea</comment>
-/dev/BOOT               /boot           ext2            noauto,noatime  1 2
+/dev/BOOT  /boot    ext2    noauto,noatime    0 2
 </pre>
 
 <p>



1.46                 xml/htdocs/doc/es/handbook/hb-install-config.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml?r1=1.45&r2=1.46

Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- hb-install-config.xml	1 May 2012 18:47:24 -0000	1.45
+++ hb-install-config.xml	9 Oct 2012 15:55:25 -0000	1.46
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.45 2012/05/01 18:47:24 chiguire Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-config.xml,v 1.46 2012/10/09 15:55:25 nimiux Exp $ -->
 
 <sections>
 
@@ -14,8 +14,8 @@
 proceder.
 </abstract>
 
-<version>21</version>
-<date>2012-04-29</date>
+<version>22</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Información del Sistema de Ficheros</title>
@@ -108,7 +108,7 @@
 </p>
 
 <pre caption="Un ejemplo de línea /boot para /etc/fstab">
-<keyval id="/boot"/>   /boot     ext2    defaults        1 2
+<keyval id="/boot"/>   /boot     ext2    defaults        0 2
 </pre>
 
 <p>
@@ -134,7 +134,7 @@
 </p>
 
 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='HPPA'">
-<keyval id="/boot"/>   /boot        ext2    defaults,noatime     1 2
+<keyval id="/boot"/>   /boot        ext2    defaults,noatime     0 2
 /dev/sda3   none         swap    sw                   0 0
 /dev/sda4   /            ext3    noatime              0 1
 
@@ -142,7 +142,7 @@
 </pre>
 
 <pre caption="Un ejemplo completo de /etc/fstab" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS' or func:keyval('arch')='x86' or func:keyval('arch')='AMD64'">
-<keyval id="/boot"/>   /boot        ext2    defaults,noatime     1 2
+<keyval id="/boot"/>   /boot        ext2    defaults,noatime     0 2
 /dev/sda2   none         swap    sw                   0 0
 /dev/sda3   /            ext3    noatime              0 1
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-09 15:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-09 15:55 [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-ppc-kernel.xml hb-install-config.xml JosA MarAa Alonso (nimiux)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox