Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: liveusb.xml
Date: Fri, 20 Nov 2009 13:12:57
Message-Id: E1NBTIB-0003dZ-Ru@stork.gentoo.org
1 nightmorph 09/11/20 13:12:51
2
3 Modified: liveusb.xml
4 Log:
5 update liveusb.xml for bug 290093
6
7 Revision Changes Path
8 1.19 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.19&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?rev=1.19&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/liveusb.xml?r1=1.18&r2=1.19
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.18
18 retrieving revision 1.19
19 diff -u -r1.18 -r1.19
20 --- liveusb.xml 26 Jan 2009 20:19:31 -0000 1.18
21 +++ liveusb.xml 20 Nov 2009 13:12:51 -0000 1.19
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/en/liveusb.xml,v 1.18 2009/01/26 20:19:31 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.19 2009/11/20 13:12:51 nightmorph Exp $ -->
27
28 <guide>
29 <title>Gentoo Linux LiveUSB HOWTO</title>
30 @@ -21,8 +21,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>6</version>
35 -<date>2009-01-26</date>
36 +<version>7</version>
37 +<date>2009-11-20</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -74,14 +74,6 @@
42 </li>
43 </ul>
44
45 -<note>
46 -If you want to use the minimal CD on a smaller key or boot a &lt;i686 system,
47 -you need to follow the procedure described in this document with a
48 -<b>2006.0</b> minimal CD image because of a <uri
49 -link="http://bugs.gentoo.org/show_bug.cgi?id=173117">bug</uri> in more recent
50 -releases.
51 -</note>
52 -
53 </body>
54 </section>
55 </chapter>
56 @@ -174,16 +166,15 @@
57 <body>
58
59 <p>
60 -Download either <path>livecd-i686-installer-2007.0.iso</path> or
61 -<path>livecd-amd64-installer-2007.0.iso</path> from your local Gentoo Linux
62 -<uri link="/main/en/where.xml">mirror</uri> site and mount the ISO image on
63 -<path>/mnt/cdrom</path> as shown below:
64 +Download the Gentoo Weekly Minimal Install CD for your architecture from your
65 +local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
66 +the ISO image on <path>/mnt/cdrom</path> as shown below:
67 </p>
68
69 <pre caption="Mounting the Gentoo Linux Installation CD ISO image">
70 <comment>(Create the /mnt/cdrom mount point if needed)</comment>
71 # <i>mkdir -p /mnt/cdrom</i>
72 -# <i>mount -o loop,ro -t iso9660 livecd-i686-installer-2007.0.iso /mnt/cdrom</i>
73 +# <i>mount -o loop,ro -t iso9660 /path/to/iso.iso /mnt/cdrom</i>
74 </pre>
75
76 <note>
77 @@ -295,6 +286,11 @@
78 You will need to rerun <c>syslinux /dev/sdc1</c> each time you modify the
79 <path>syslinux.cfg</path> file for the configuration changes to take affect.
80 </impo>
81 +<note>
82 +If this is the first time you have used syslinux, you will need to edit
83 +<path>/etc/mtools/mtools.conf</path> on your host. Simply commenting out
84 +<c>SAMPLE FILE</c> will suffice for the purpose of this guide.
85 +</note>
86
87 </body>
88 </section>