Skip to content

Commit

Permalink
add bullseye (testing) support
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Apr 27, 2020
1 parent 2a26ffa commit ba7b40c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FAIme/cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@ <h1> FAI.me. Build your own cloud image or an <a href="../">installation image</

<select name="suite" >
<option value="buster">Debian 10 "buster" (stable) </option>
<option value="bullseye">Debian "bullseye" (testing) </option>
<option value="stretch"> Debian 9 "stretch" (olstable) </option>
</select> Select a distribution
&ensp; &ensp;
<span style="padding:0px !important;">
<input type="checkbox" name="cl1" value="BACKPORTS" /> Enable
backports including newer kernel</span>
backports including newer kernel (not for testing)</span>
<p></p>
<select name="desktop" >
<option value="" selected="selected" >Plain text console, no X11 </option>
Expand Down
4 changes: 3 additions & 1 deletion FAIme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,14 @@ <h1> FAI.me. Build your own installation media or a <a href="cloud">cloud image<
<p>
<select name="suite" >
<option value="buster">Debian 10 "buster" (stable) </option>
<option value="bullseye">Debian "bullseye" (testing) </option>
<option value="stretch"> Debian 9 "stretch" (oldstable) </option>
</select> Distribution
&ensp; &ensp;
<span style="padding:0px !important;">
<input type="checkbox" name="cl1" value="BACKPORTS" /> Enable
backports including newer kernel</span>
backports including
newer kernel (not for testing)</span>

</p>
<p>
Expand Down

0 comments on commit ba7b40c

Please sign in to comment.