#57 Add CentOS Linux to CentOS Stream installation instructions
Merged 3 years ago by rbowen. Opened 3 years ago by bstinson.
centos/ bstinson/centos.org stream-linux-upgrade  into  master

file modified
+14 -1
@@ -7,7 +7,20 @@ 

    ecosystem, CentOS Stream is your reliable platform for innovation.

  layout: page

  permalink: /:path/:basename/index.html

- toc: true

+ toc: false

  ---

  

+ ## Converting from CentOS Linux to CentOS Stream

+ 

+ ```console

+ root@centos-linux# dnf install centos-release-stream

+ 

+ root@centos-linux# dnf distro-sync

+ 

+ root@centos-stream# cat /etc/centos-release

+ CentOS Stream release 8

+ ```

+ 

+ ## Downloading CentOS Stream

  {% include centos-stream-download.html %}

+ 

no initial comment

Pull-Request has been merged by rbowen

3 years ago
Metadata