Tweak the name of the memstick image in the example of how to transfer

it to a USB memory stick.
This commit is contained in:
Ken Smith 2011-03-01 14:13:24 +00:00
parent d116c56241
commit 897adf96f9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=36996

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/releases/8.2R/announce.sgml,v 1.1 2011/02/24 19:56:46 hrs Exp $">
<!ENTITY title "FreeBSD 8.2-RELEASE Announcement">
<!ENTITY % navinclude.download "INCLUDE">
]>
@ -107,7 +107,7 @@
USB drive appears as /dev/da0 on your machine something like
this should work:</p>
<pre># dd if=8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
<pre># dd if=FreeBSD-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
<p>Be careful to make sure you get the target (of=) correct.</p>
</dd>