|
Lines 129-135
Link Here
|
| 129 |
USB drive appears as <tt>/dev/da0</tt> on your machine |
129 |
USB drive appears as <tt>/dev/da0</tt> on your machine |
| 130 |
something like this should work:</p> |
130 |
something like this should work:</p> |
| 131 |
|
131 |
|
| 132 |
<pre class="screen"># dd if="8".0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre> |
132 |
<pre class="screen"># dd if=FreeBSD-8.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre> |
| 133 |
|
133 |
|
| 134 |
<p>Be careful to make sure you get the target (of=) correct.</p></dd> |
134 |
<p>Be careful to make sure you get the target (of=) correct.</p></dd> |
| 135 |
</dl> |
135 |
</dl> |