diff --git a/_includes/centos-stream-download.html b/_includes/centos-stream-download.html index 210d232..9afbb1f 100644 --- a/_includes/centos-stream-download.html +++ b/_includes/centos-stream-download.html @@ -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> diff --git a/centos-stream.md b/centos-stream.md index 77bae2f..270b6bd 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -18,13 +18,3 @@ toc: false We've got some answers to the most [frequently asked questions](https://www.redhat.com/en/blog/faq-centos-stream-updates) about CentOS Stream. - -## Converting from CentOS Linux to CentOS Stream - -```console -[root@centos ~]# dnf swap centos-linux-repos centos-stream-repos - -[root@centos ~]# dnf distro-sync -``` - -