Use "writing" rather than "copying" for the process if using dd(1) to
write an image to a floppy disk or USB stick. Copying tends towards implying a file-level copy.
This commit is contained in:
parent
a5a86fd2cf
commit
5f39d8fae6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41244
1 changed files with 2 additions and 2 deletions
|
@ -1140,7 +1140,7 @@
|
||||||
|
|
||||||
<row>
|
<row>
|
||||||
<entry><filename>memstick.img</filename></entry>
|
<entry><filename>memstick.img</filename></entry>
|
||||||
<entry>A bootable image sufficient for copying to a
|
<entry>A bootable image sufficient for writing to a
|
||||||
USB stick.</entry>
|
USB stick.</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
@ -1160,7 +1160,7 @@
|
||||||
<filename>floppies/kern2.flp</filename>, and
|
<filename>floppies/kern2.flp</filename>, and
|
||||||
<filename>floppies/mfsroot1.flp</filename>. These images
|
<filename>floppies/mfsroot1.flp</filename>. These images
|
||||||
need
|
need
|
||||||
to be copied onto floppies by tools like
|
to be written onto floppies by tools like
|
||||||
&man.dd.1;.</para>
|
&man.dd.1;.</para>
|
||||||
|
|
||||||
<para>Full instructions on this procedure and a little bit
|
<para>Full instructions on this procedure and a little bit
|
||||||
|
|
Loading…
Reference in a new issue