Gentoo Archives: gentoo-commits

From: "Jose Luis Rivero (yoswink)" <yoswink@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: liveusb.xml
Date: Tue, 07 Oct 2008 15:46:46
Message-Id: E1KnElo-0004Cn-N1@stork.gentoo.org
1 yoswink 08/10/07 15:46:44
2
3 Modified: liveusb.xml
4 Log:
5 #240319 Changes in syslinux mbr path for dd command. Thanks to Chema <chema@×××××××××××.es>
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/es/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/liveusb.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/liveusb.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/liveusb.xml?r1=1.9&r2=1.10
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/liveusb.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- liveusb.xml 5 Aug 2008 20:13:15 -0000 1.9
21 +++ liveusb.xml 7 Oct 2008 15:46:44 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/liveusb.xml,v 1.9 2008/08/05 20:13:15 chiguire Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/liveusb.xml,v 1.10 2008/10/07 15:46:44 yoswink Exp $ -->
27
28 <guide link="/doc/es/liveusb.xml" lang="es">
29 <title>COMO (HOWTO): LiveUSB en Gentoo Linux</title>
30 @@ -31,8 +31,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 -<date>2008-07-28</date>
36 +<version>4</version>
37 +<date>2008-09-11</date>
38
39 <chapter>
40 <title>Introducción</title>
41 @@ -169,7 +169,7 @@
42 <pre caption="Instalar el MBR">
43 <comment>(Asegúrese de tener instalado sys-boot/syslinux-3.00 o más reciente)</comment>
44 # <i>emerge -av '>=sys-boot/syslinux-3'</i>
45 -# <i>dd if=/usr/share/syslinux/mbr.bin of=/dev/sdc</i>
46 +# <i>dd if=/usr/lib/syslinux/mbr.bin of=/dev/sdc</i>
47 0+1 records in
48 0+1 records out
49 304 bytes (304 B) copied, 0.0162317 s, 18.7 kB/s
50 @@ -187,7 +187,7 @@
51 <p>
52 Descargue o el fichero <path>livecd-i686-installer-2007.0.iso</path> o
53 <path>livecd-amd64-installer-2007.0.iso</path> desde su <uri
54 -link="/main/en/where.xml">servidor réplica</uri> local de Gentoo y
55 +link="/main/es/where.xml">servidor réplica</uri> local de Gentoo y
56 monte la imagen ISO en <path>/mnt/cdrom/</path> como se muestra a
57 continuación:
58 </p>