| |
@@ -1,9 +1,59 @@
|
| |
<div>
|
| |
<ul class="nav nav-tabs">
|
| |
- <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-4">8</a></li>
|
| |
+ <li class="nav-item"><a class="nav-link" role="tab" data-toggle="tab" href="#tab-1">9</a></li>
|
| |
+ <li class="nav-item"><a class="nav-link active" role="tab" data-toggle="tab" href="#tab-2">8</a></li>
|
| |
</ul>
|
| |
<div class="tab-content">
|
| |
- <div class="tab-pane active" role="tabpanel" id="tab-4">
|
| |
+
|
| |
+ <!-- tab 1 -->
|
| |
+ <div class="tab-pane" role="tabpanel" id="tab-1">
|
| |
+ <div class="table-responsive table-borderless">
|
| |
+ <table class="table table-striped table-bordered table-sm">
|
| |
+ <thead>
|
| |
+ <tr>
|
| |
+ <th>ISO</th>
|
| |
+ <th>Packages</th>
|
| |
+ <th>Others</th>
|
| |
+ </tr>
|
| |
+ </thead>
|
| |
+ <tbody>
|
| |
+ <tr>
|
| |
+ <td>Coming Soon</td>
|
| |
+ <td>Coming Soon</td>
|
| |
+ <td>Coming Soon</td>
|
| |
+ </tr>
|
| |
+ </tbody>
|
| |
+ </table>
|
| |
+ </div>
|
| |
+ <div class="table-responsive table-borderless">
|
| |
+ <table class="table table-striped table-bordered table-sm">
|
| |
+ <thead>
|
| |
+ <tr>
|
| |
+ <th>Release Notes</th>
|
| |
+ <th>Release Email</th>
|
| |
+ <th>Documentation</th>
|
| |
+ </tr>
|
| |
+ </thead>
|
| |
+ </table>
|
| |
+ </div>
|
| |
+ <div class="table-responsive table-borderless">
|
| |
+ <table class="table table-striped table-bordered table-sm">
|
| |
+ <thead>
|
| |
+ <tr>
|
| |
+ <th>End-of-life</th>
|
| |
+ </tr>
|
| |
+ </thead>
|
| |
+ <tbody>
|
| |
+ <tr>
|
| |
+ <td>End of RHEL9 <a href="https://access.redhat.com/support/policy/updates/errata#Full_Support_Phase">"full support"</a> phase<br></td>
|
| |
+ </tr>
|
| |
+ </tbody>
|
| |
+ </table>
|
| |
+ </div>
|
| |
+ </div>
|
| |
+
|
| |
+ <!-- tab 2 -->
|
| |
+ <div class="tab-pane active" role="tabpanel" id="tab-2">
|
| |
<div class="table-responsive table-borderless">
|
| |
<table class="table table-striped table-bordered table-sm">
|
| |
<thead>
|
| |
@@ -57,6 +107,23 @@
|
| |
</tbody>
|
| |
</table>
|
| |
</div>
|
| |
+ <div class="table-responsive table-borderless">
|
| |
+ <table class="table table-striped table-bordered table-sm">
|
| |
+ <thead>
|
| |
+ <tr>
|
| |
+ <th>Converting from CentOS Linux 8 to CentOS Stream 8</th>
|
| |
+ </tr>
|
| |
+ </thead>
|
| |
+ <tbody>
|
| |
+ <tr>
|
| |
+ <td>
|
| |
+ <pre><code>dnf swap centos-linux-repos centos-stream-repos<br>dnf distro-sync</code></pre>
|
| |
+ </td>
|
| |
+ </tr>
|
| |
+ </tbody>
|
| |
+ </table>
|
| |
+ </div>
|
| |
</div>
|
| |
+
|
| |
</div>
|
| |
</div>
|
| |
We're still fighting the community perception that CentOS Stream doesn't have major versions. This change adds a 9 tab on the CentOS Stream download page. It's still too early for download links, so instead it says "coming soon". For the same reason, the 8 tab is still the initial active tab. This also moves the CL8 to CS8 conversion instructions to only be shown on the 8 tab, as they won't be relevant for 9.