Skip to content

Commit

Permalink
new release 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jan 22, 2024
1 parent cb29766 commit cc6d787
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions fai-cd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h4 class="col s12">FAI CD: The Easy Way to Start With FAI</h4>

<div class="col s12 m10 valign-wrapper">
<div class="col m5 s12 valign">
<a href="faicd64-large_6.0.3.iso" class="waves-effect waves-light btn fai-btn black-text">
<a href="faicd64-large_6.2.iso" class="waves-effect waves-light btn fai-btn black-text">
<i class="material-icons left">download</i>FAI ISO large (1.8GB)</a>
</div>
<p class="col m7 s12">
Expand All @@ -35,7 +35,7 @@ <h4 class="col s12">FAI CD: The Easy Way to Start With FAI</h4>

<div class="col s12 m10 valign-wrapper">
<div class="col m5 s12 valign">
<a href="faicd64-small_6.0.3.iso" class="waves-effect waves-light btn fai-btn black-text">
<a href="faicd64-small_6.2.iso" class="waves-effect waves-light btn fai-btn black-text">
<i class="material-icons left">download</i>FAI ISO small (875MB)</a>
</div>
<p class="col m7 s12">
Expand All @@ -45,7 +45,7 @@ <h4 class="col s12">FAI CD: The Easy Way to Start With FAI</h4>

<div class="col s12 m10 valign-wrapper">
<div class="col m5 s12 valign">
<a href="faicd64-ubuntu-only_6.0.3.iso" class="waves-effect waves-light btn fai-btn black-text">
<a href="faicd64-ubuntu-only_6.2.iso" class="waves-effect waves-light btn fai-btn black-text">
<i class="material-icons left">download</i>FAI ISO Ubuntu (1.7GB)</a>
</div>
<p class="col m7 s12">
Expand All @@ -55,16 +55,16 @@ <h4 class="col s12">FAI CD: The Easy Way to Start With FAI</h4>

<div class="col s12 m10 valign-wrapper">
<div class="col m5 s12 valign">
<a href="faicd64-autodiscover_6.0.3.iso" class="waves-effect waves-light btn fai-btn black-text">
<i class="material-icons left">download</i>Autodiscover CD (49MB)</a>
<a href="faicd64-autodiscover_6.2.iso" class="waves-effect waves-light btn fai-btn black-text">
<i class="material-icons left">download</i>Autodiscover CD (57MB)</a>
</div>
<p class="col m7 s12">
Boot only image which autodiscovers the FAI server.
</p>
</div>

<p class="col s12">
All installation images use Debian 12 aka bookworm, FAI 6.0.3, kernel 6.1, amd64 architecture,
All installation images use Debian 12 aka bookworm, FAI 6.2, kernel 6.1, amd64 architecture,
<a href="sha256sums.asc">sha256sum.asc</a>
of the ISO's. They can boot from CD/DVD or USB stick with legacy BIOS or UEFI.
</p>
Expand All @@ -83,7 +83,7 @@ <h5>FAI on a USB stick</h5>
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_6.0.3.iso of=/dev/sdx
dd if=faicd64-large_6.2.iso of=/dev/sdx
</code></pre>

</div>
Expand Down

0 comments on commit cc6d787

Please sign in to comment.