jkt         06/02/28 13:51:25

  Modified:    xml/htdocs/doc/en liveusb.xml
  Log:
  #124307, LiveUSB HOWTO update for 2006.0

Revision  Changes    Path
1.6       +11 -11    xml/htdocs/doc/en/liveusb.xml

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
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/liveusb.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo

Index: liveusb.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- liveusb.xml 12 Feb 2006 14:54:15 -0000      1.5
+++ liveusb.xml 28 Feb 2006 13:51:25 -0000      1.6
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.5 
2006/02/12 14:54:15 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v 1.6 
2006/02/28 13:51:25 jkt Exp $ -->
 
 <guide link="/doc/en/liveusb.xml">
 <title>Gentoo Linux LiveUSB HOWTO</title>
@@ -18,8 +18,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.1</version>
-<date>2006-02-12</date>
+<version>1.2</version>
+<date>2006-02-28</date>
 
 <chapter>
 <title>Introduction</title>
@@ -53,7 +53,7 @@
 <ul>
   <li>Bootable USB flash drive (at least 64MB)</li>
   <li>
-    x86 computer with support for booting from USB (with at least 64MB RAM)
+    x86 computer with support for booting from USB
   </li>
 </ul>
 
@@ -150,7 +150,7 @@
 <body>
 
 <p>
-Download the <path>install-x86-minimal-2005.1-r1.iso</path> file from your
+Download the <path>install-x86-minimal-2006.0.iso</path> file from your
 local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
 the ISO image on <path>/mnt/cdrom/</path> as shown below:
 </p>
@@ -158,7 +158,7 @@
 <pre caption="Mounting the Gentoo Linux Installation CD ISO image">
 <comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
 # <i>mkdir -p /mnt/cdrom</i>
-# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2005.1-r1.iso 
/mnt/cdrom/</i>
+# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
 </pre>
 
 </body>
@@ -216,14 +216,14 @@
 
 <p>
 Adjust the syslinux configuration file using <c>sed</c> as shown below. The
-<c>scandelay=10</c> parameter will introduce a 10 seconds delay before
-attempting to mount the filesystem. This is needed to allow the USB flash drive
-to settle upon detection.
+<c>dobladecenter</c> parameter will introduce some extra delays before
+attempting to mount the filesystem. This is needed to allow the USB
+flash drive to settle upon detection.
 </p>
 
 <pre caption="Adjusting the boot parameters">
 # <i>sed -i \
-    -e "s:cdroot:cdroot scandelay=10:" \
+    -e "s:cdroot:cdroot dobladecenter:" \
     -e "s:kernel memtest86:kernel memtest:" \
     /mnt/usb/syslinux.cfg</i>
 </pre>
@@ -231,7 +231,7 @@
 <note>
 Consider adding <c>docache</c> to the boot parameters. This will allow running
 <c>umount /mnt/cdrom/</c> after booting so that you can unplug the USB flash
-drive.
+drive. Do not enable this unless the target computer has at least 128MB RAM.
 </note>
 
 </body>



-- 
[email protected] mailing list

Reply via email to