Be consistent about the blocksize (1m instead of 64k) and conv=sync
with the instructions in the release notes when describing how to burn the memstick image to a memory stick. PR: 177431 Submitted by: rfg tristatelogic com
This commit is contained in:
parent
685e8dd392
commit
4153f34deb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47233
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@
|
|||
<acronym>USB</acronym> device on an existing &os;
|
||||
system.</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.0-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=64k</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>dd if=<replaceable>FreeBSD-10.0-RELEASE-amd64-memstick.img</replaceable> of=/dev/<replaceable>da0</replaceable> bs=1m conv=sync</userinput></screen>
|
||||
|
||||
<para>If this command fails, verify that the
|
||||
<acronym>USB</acronym> stick is not mounted and that the
|
||||
|
|
Loading…
Reference in a new issue