Skip to content

Commit

Permalink
improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 2, 2023
1 parent 38ca556 commit 9cfebec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions fai-cd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,14 @@ <h4 class="col s12">FAI CD: The Easy Way to Start With FAI</h4>
</div>

<div class="row">
<div class="col s12">
<div class="col s10 m8">
<h5>FAI on a USB stick</h5>
You can write the ISO image onto a USB stick using the command dd(1):
<pre>&nbsp;&nbsp;<code class="grey lighten-2">dd if=faicd64-large_5.10.3.iso of=/dev/sdx</code></pre>
and replace /dev/sdX with the name of your USB device (e.g. /dev/sdf).
You can write the ISO image onto a USB stick using the command dd(1) and replace /dev/sdX with the name of your USB device (e.g. /dev/sdf):

<pre><code>
dd if=faicd64-large_5.10.3.iso of=/dev/sdx
</code></pre>

</div>
</div>

Expand Down

0 comments on commit 9cfebec

Please sign in to comment.