Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-system.xml
Date: Tue, 03 Jun 2014 07:50:36
Message-Id: 20140603075031.3967B2004E@flycatcher.gentoo.org
1 nimiux 14/06/03 07:50:31
2
3 Modified: hb-install-system.xml
4 Log:
5 Fix bug #498968 - Add warning about non-installation media having different /dev/shm structure, as well as an in-document comment for future reference
6
7 Revision Changes Path
8 1.76 xml/htdocs/doc/es/handbook/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml?rev=1.76&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml?rev=1.76&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml?r1=1.75&r2=1.76
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml,v
17 retrieving revision 1.75
18 retrieving revision 1.76
19 diff -u -r1.75 -r1.76
20 --- hb-install-system.xml 15 Apr 2014 21:19:04 -0000 1.75
21 +++ hb-install-system.xml 3 Jun 2014 07:50:31 -0000 1.76
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml,v 1.75 2014/04/15 21:19:04 nimiux Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml,v 1.76 2014/06/03 07:50:31 nimiux Exp $ -->
27
28 <sections>
29
30 @@ -10,8 +10,8 @@
31 cómo progresar hacia este estado.
32 </abstract>
33
34 -<version>37</version>
35 -<date>2014-04-13</date>
36 +<version>38</version>
37 +<date>2014-06-01</date>
38
39 <section>
40 <title>Enjaulamiento</title>
41 @@ -113,6 +113,25 @@
42 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
43 </pre>
44
45 +<!--
46 +Solo advertir para medios de instalación que no sean Gentoo.
47 +Cuanto mayor sea la divergencia de otros medios de instalación
48 +más complicado será crear la documentación apropiada. Si esto
49 +se convierte en una cuestión de mayor importancia, necesitaremos
50 +incluir una simple advertencia arriba y probablemente crear
51 +una página wiki en la que los usuarios puedan poner las
52 +diferencias de modo que las instrucciones de instalación se
53 +centren únicamente en medios Gentoo.
54 +-->
55 +<warn>
56 +Cuando se utilicen medios de instalación que no sean de Gentoo,
57 +podría no ser suficiente. Algunas distribuciones crean el
58 +enlace simbólico <path>/dev/shm</path> a <path>/run/shm</path>
59 +el cual ya no es válido después del chroot. Hacer que
60 +<path>/dev/shm</path> sea un montaje tmpfs en primer lugar
61 +puede resolver este problema.
62 +</warn>
63 +
64 </body>
65 </subsection>