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, 31 Dec 2013 12:00:53
Message-Id: 20131231120050.1ED292004C@flycatcher.gentoo.org
1 nimiux 13/12/31 12:00:50
2
3 Modified: hb-install-system.xml
4 Log:
5 None for proc is unfortunate (see man mount), using proc instead. Note that it does not harm (free choice keyword)
6
7 Revision Changes Path
8 1.74 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.74&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml?rev=1.74&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml?r1=1.73&r2=1.74
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.73
18 retrieving revision 1.74
19 diff -u -r1.73 -r1.74
20 --- hb-install-system.xml 19 Dec 2013 12:45:51 -0000 1.73
21 +++ hb-install-system.xml 31 Dec 2013 12:00:49 -0000 1.74
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.73 2013/12/19 12:45:51 nimiux Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-system.xml,v 1.74 2013/12/31 12:00:49 nimiux Exp $ -->
27
28 <sections>
29
30 @@ -10,8 +10,8 @@
31 cómo progresar hacia este estado.
32 </abstract>
33
34 -<version>35</version>
35 -<date>2013-12-19</date>
36 +<version>36</version>
37 +<date>2013-12-29</date>
38
39 <section>
40 <title>Enjaulamiento</title>
41 @@ -108,7 +108,7 @@
42 </p>
43
44 <pre caption="Montar /proc y /dev">
45 -# <i>mount -t proc none /mnt/gentoo/proc</i>
46 +# <i>mount -t proc proc /mnt/gentoo/proc</i>
47 # <i>mount --rbind /sys /mnt/gentoo/sys</i>
48 # <i>mount --rbind /dev /mnt/gentoo/dev</i>
49 </pre>