From b0aeb5c0fab7454b2820e489c5067dab331db947 Mon Sep 17 00:00:00 2001 From: Carl George Date: May 12 2021 01:55:54 +0000 Subject: Add a tab for CS9 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. --- 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 @@
-
+ + +
+
+ + + + + + + + + + + + + + + +
ISOPackagesOthers
Coming SoonComing SoonComing Soon
+
+
+ + + + + + + + +
Release NotesRelease EmailDocumentation
+
+
+ + + + + + + + + + + +
End-of-life
End of RHEL9 "full support" phase
+
+
+ + +
@@ -57,6 +107,23 @@
+
+ + + + + + + + + + + +
Converting from CentOS Linux 8 to CentOS Stream 8
+
dnf swap centos-linux-repos centos-stream-repos
dnf distro-sync
+
+
+
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 -``` - -