Gentoo Archives: gentoo-doc-cvs

From: Jan Kundrat <jkt@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: liveusb.xml
Date: Tue, 28 Feb 2006 13:51:44
Message-Id: 200602281350.k1SDoK0g000467@robin.gentoo.org
1 jkt 06/02/28 13:51:25
2
3 Modified: xml/htdocs/doc/en liveusb.xml
4 Log:
5 #124307, LiveUSB HOWTO update for 2006.0
6
7 Revision Changes Path
8 1.6 +11 -11 xml/htdocs/doc/en/liveusb.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
13
14 Index: liveusb.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- liveusb.xml 12 Feb 2006 14:54:15 -0000 1.5
21 +++ liveusb.xml 28 Feb 2006 13:51:25 -0000 1.6
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.5 2006/02/12 14:54:15 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.6 2006/02/28 13:51:25 jkt Exp $ -->
27
28 <guide link="/doc/en/liveusb.xml">
29 <title>Gentoo Linux LiveUSB HOWTO</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.1</version>
35 -<date>2006-02-12</date>
36 +<version>1.2</version>
37 +<date>2006-02-28</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -53,7 +53,7 @@
42 <ul>
43 <li>Bootable USB flash drive (at least 64MB)</li>
44 <li>
45 - x86 computer with support for booting from USB (with at least 64MB RAM)
46 + x86 computer with support for booting from USB
47 </li>
48 </ul>
49
50 @@ -150,7 +150,7 @@
51 <body>
52
53 <p>
54 -Download the <path>install-x86-minimal-2005.1-r1.iso</path> file from your
55 +Download the <path>install-x86-minimal-2006.0.iso</path> file from your
56 local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
57 the ISO image on <path>/mnt/cdrom/</path> as shown below:
58 </p>
59 @@ -158,7 +158,7 @@
60 <pre caption="Mounting the Gentoo Linux Installation CD ISO image">
61 <comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
62 # <i>mkdir -p /mnt/cdrom</i>
63 -# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2005.1-r1.iso /mnt/cdrom/</i>
64 +# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
65 </pre>
66
67 </body>
68 @@ -216,14 +216,14 @@
69
70 <p>
71 Adjust the syslinux configuration file using <c>sed</c> as shown below. The
72 -<c>scandelay=10</c> parameter will introduce a 10 seconds delay before
73 -attempting to mount the filesystem. This is needed to allow the USB flash drive
74 -to settle upon detection.
75 +<c>dobladecenter</c> parameter will introduce some extra delays before
76 +attempting to mount the filesystem. This is needed to allow the USB
77 +flash drive to settle upon detection.
78 </p>
79
80 <pre caption="Adjusting the boot parameters">
81 # <i>sed -i \
82 - -e "s:cdroot:cdroot scandelay=10:" \
83 + -e "s:cdroot:cdroot dobladecenter:" \
84 -e "s:kernel memtest86:kernel memtest:" \
85 /mnt/usb/syslinux.cfg</i>
86 </pre>
87 @@ -231,7 +231,7 @@
88 <note>
89 Consider adding <c>docache</c> to the boot parameters. This will allow running
90 <c>umount /mnt/cdrom/</c> after booting so that you can unplug the USB flash
91 -drive.
92 +drive. Do not enable this unless the target computer has at least 128MB RAM.
93 </note>
94
95 </body>
96
97
98
99 --
100 gentoo-doc-cvs@g.o mailing list