View | Details | Raw Unified | Return to bug 172330
Collapse All | Expand All

(-)en_US.ISO8859-1/htdocs/releases/8.0R/announce.xml (-1 / +1 lines)
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>
(-)en_US.ISO8859-1/htdocs/releases/8.1R/announce.xml (-1 / +1 lines)
Lines 108-114 Link Here
108
	USB drive appears as /dev/da0 on your machine something like
108
	USB drive appears as /dev/da0 on your machine something like
109
	this should work:</p>
109
	this should work:</p>
110
110
111
      <pre># dd if="8".1-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre>
111
      <pre># dd if=FreeBSD-8.1-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
112
112
113
      <p>Be careful to make sure you get the target (of=) correct.</p>
113
      <p>Be careful to make sure you get the target (of=) correct.</p>
114
    </dd>
114
    </dd>
(-)en_US.ISO8859-1/htdocs/releases/8.2R/announce.xml (-1 / +1 lines)
Lines 112-118 Link Here
112
	USB drive appears as /dev/da0 on your machine something like
112
	USB drive appears as /dev/da0 on your machine something like
113
	this should work:</p>
113
	this should work:</p>
114
114
115
      <pre># dd if="FreeBSD"-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre>
115
      <pre># dd if=FreeBSD-8.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
116
116
117
      <p>Be careful to make sure you get the target (of=) correct.</p>
117
      <p>Be careful to make sure you get the target (of=) correct.</p>
118
    </dd>
118
    </dd>
(-)en_US.ISO8859-1/htdocs/releases/8.3R/announce.xml (-1 / +1 lines)
Lines 110-116 Link Here
110
	USB drive appears as /dev/da0 on your machine something like this
110
	USB drive appears as /dev/da0 on your machine something like this
111
	should work:</p>
111
	should work:</p>
112
112
113
      <pre># dd if="FreeBSD"-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre>
113
      <pre># dd if=FreeBSD-8.3-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
114
114
115
      <p>Be careful to make sure you get the target (of=) correct.</p>
115
      <p>Be careful to make sure you get the target (of=) correct.</p>
116
    </dd>
116
    </dd>
(-)en_US.ISO8859-1/htdocs/releases/9.0R/announce.xml (-1 / +1 lines)
Lines 152-158 Link Here
152
	USB drive appears as /dev/da0 on your machine something like this
152
	USB drive appears as /dev/da0 on your machine something like this
153
	should work:</p>
153
	should work:</p>
154
154
155
      <pre># dd if="FreeBSD"-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs="10240" conv="sync"</pre>
155
      <pre># dd if=FreeBSD-9.0-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync</pre>
156
156
157
      <p>Be careful to make sure you get the target (of=) correct.</p>
157
      <p>Be careful to make sure you get the target (of=) correct.</p>
158
    </dd>
158
    </dd>

Return to bug 172330