Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124307 | Differences between
and this patch

Collapse All | Expand All

(-)liveusb.xml (-8 / +8 lines)
Lines 53-59 In order to use a Gentoo Linux LiveUSB y Link Here
53
<ul>
53
<ul>
54
  <li>Bootable USB flash drive (at least 64MB)</li>
54
  <li>Bootable USB flash drive (at least 64MB)</li>
55
  <li>
55
  <li>
56
    x86 computer with support for booting from USB (with at least 64MB RAM)
56
    x86 computer with support for booting from USB
57
  </li>
57
  </li>
58
</ul>
58
</ul>
59
59
Lines 150-156 USB flash drive: Link Here
150
<body>
150
<body>
151
151
152
<p>
152
<p>
153
Download the <path>install-x86-minimal-2005.1-r1.iso</path> file from your
153
Download the <path>install-x86-minimal-2006.0.iso</path> file from your
154
local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
154
local Gentoo Linux <uri link="/main/en/where.xml">mirror</uri> site and mount
155
the ISO image on <path>/mnt/cdrom/</path> as shown below:
155
the ISO image on <path>/mnt/cdrom/</path> as shown below:
156
</p>
156
</p>
Lines 158-164 the ISO image on <path>/mnt/cdrom/</path Link Here
158
<pre caption="Mounting the Gentoo Linux Installation CD ISO image">
158
<pre caption="Mounting the Gentoo Linux Installation CD ISO image">
159
<comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
159
<comment>(Create the /mnt/cdrom/ mount point if needed)</comment>
160
# <i>mkdir -p /mnt/cdrom</i>
160
# <i>mkdir -p /mnt/cdrom</i>
161
# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2005.1-r1.iso /mnt/cdrom/</i>
161
# <i>mount -o loop,ro -t iso9660 install-x86-minimal-2006.0.iso /mnt/cdrom/</i>
162
</pre>
162
</pre>
163
163
164
</body>
164
</body>
Lines 216-229 You can now unmount the ISO image: Link Here
216
216
217
<p>
217
<p>
218
Adjust the syslinux configuration file using <c>sed</c> as shown below. The
218
Adjust the syslinux configuration file using <c>sed</c> as shown below. The
219
<c>scandelay=10</c> parameter will introduce a 10 seconds delay before
219
<c>dobladecenter</c> parameter will introduce some extra delays before
220
attempting to mount the filesystem. This is needed to allow the USB flash drive
220
attempting to mount the filesystem. This is needed to allow the USB
221
to settle upon detection.
221
flash drive to settle upon detection.
222
</p>
222
</p>
223
223
224
<pre caption="Adjusting the boot parameters">
224
<pre caption="Adjusting the boot parameters">
225
# <i>sed -i \
225
# <i>sed -i \
226
    -e "s:cdroot:cdroot scandelay=10:" \
226
    -e "s:cdroot:cdroot dobladecenter:" \
227
    -e "s:kernel memtest86:kernel memtest:" \
227
    -e "s:kernel memtest86:kernel memtest:" \
228
    /mnt/usb/syslinux.cfg</i>
228
    /mnt/usb/syslinux.cfg</i>
229
</pre>
229
</pre>
Lines 231-237 to settle upon detection. Link Here
231
<note>
231
<note>
232
Consider adding <c>docache</c> to the boot parameters. This will allow running
232
Consider adding <c>docache</c> to the boot parameters. This will allow running
233
<c>umount /mnt/cdrom/</c> after booting so that you can unplug the USB flash
233
<c>umount /mnt/cdrom/</c> after booting so that you can unplug the USB flash
234
drive.
234
drive. Do not enable this unless the target computer has at least 128MB RAM.
235
</note>
235
</note>
236
236
237
</body>
237
</body>

Return to bug 124307