Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Use cp instead of dd
Browse files Browse the repository at this point in the history
* cp will use the most appropriate buffer size for the device; 4M is arbitrary and is probably not the optimal size. This is the recommended method from the Debian Installation Guide.
  • Loading branch information
aripollak authored Mar 14, 2017
1 parent 4be317f commit 8eb4f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>
</h2>
<h5><hr width=60%>You were going to install nonfree wifi firmware <em>anyway</em>. Disagree? <a href="https://www.debian.org/distrib/">Have fun here</a>.</h5>
And don't forget:<br>
<code>dd if=&lt;iso_file_name_here&gt; of=/dev/sd&lt;your_usb_key_dev_id&gt; bs=4M; sync</code>
<code>cp iso_file_name_here dev/sd&lt;your_usb_key_dev_id&gt; ; sync</code>
<BR><BR>
<div id="gh"><a href="https://github.com/fiendish/The-Debian-Gotham-Needs">Star&nbsp;me&nbsp;on&nbsp;GitHub, lol</a></div>
<BR>
Expand Down

0 comments on commit 8eb4f12

Please sign in to comment.