Index: liveusb.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/liveusb.xml,v --- liveusb.xml 12 Feb 2006 14:54:15 -0000 1.5 +++ liveusb.xml 27 Feb 2006 23:20:54 -0000 @@ -18,8 +18,8 @@ how to emulate a Gentoo Linux Installati -1.1 -2006-02-12 +1.2 +2006-02-28 Introduction @@ -53,7 +53,7 @@ In order to use a Gentoo Linux LiveUSB y @@ -150,7 +150,7 @@ USB flash drive:

-Download the install-x86-minimal-2005.1-r1.iso file from your +Download the install-x86-minimal-2006.0.iso file from your local Gentoo Linux mirror site and mount the ISO image on /mnt/cdrom/ as shown below:

@@ -158,7 +158,7 @@ the ISO image on /mnt/cdrom/ (Create the /mnt/cdrom/ mount point if needed) # mkdir -p /mnt/cdrom -# mount -o loop,ro -t iso9660 install-x86-minimal-2005.1-r1.iso /mnt/cdrom/ +# mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/ @@ -216,14 +216,14 @@ You can now unmount the ISO image:

Adjust the syslinux configuration file using sed as shown below. The -scandelay=10 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. +dobladecenter 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.

 # sed -i \
-    -e "s:cdroot:cdroot scandelay=10:" \
+    -e "s:cdroot:cdroot dobladecenter:" \
     -e "s:kernel memtest86:kernel memtest:" \
     /mnt/usb/syslinux.cfg
 
@@ -231,7 +231,7 @@ to settle upon detection. Consider adding docache to the boot parameters. This will allow running umount /mnt/cdrom/ 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.