Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h5>News</h5>
<li>[Aug, 17, 2024] The FAIme web service now supports Debian live
images, <a href="https://debconf24.debconf.org/talks/136-a-web-service-for-building-your-own-customized-debian-live-image/">presentation</a>
at DebConf24</li>
<li>[June 20, 2024] The FAIme service provides customized installation media using Debian 13 (testing aka Trixie) and Ubuntu 24.04</li>
<li>[June 20, 2024] The FAIme service provides customized installation media using Debian 13 (Trixie) and Ubuntu 24.04</li>
</ul>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions js/key-distr-desk-pkhs-conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const suites = new Map([
["default", "bookworm"],
["bookworm", "Debian 12 Bookworm (stable)"],
["trixie", "Debian 13 Trixie (testing)"]
["trixie", "Debian 13 Trixie (stable)"]
]);

// default must be set at the top of the map
Expand Down Expand Up @@ -46,4 +46,4 @@ function getElementInsideContainer(containerID, childID) {
}

populateSelectId("desktop", desktops);
populateSelect(getElementInsideContainer("suite_div", "suite"), suites);
populateSelect(getElementInsideContainer("suite_div", "suite"), suites);