From 43457d18c43a85a019cde00356fef7c9e19f5d4d Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 23 2021 15:33:21 +0000 Subject: [PATCH 1/3] Remove unnecessary conversion steps --- diff --git a/centos-stream.md b/centos-stream.md index 61559ba..97c9bdf 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -17,14 +17,9 @@ toc: false ## Converting from CentOS Linux to CentOS Stream ```console -root@centos-linux# dnf install centos-release-stream - root@centos-linux# dnf swap centos-{linux,stream}-repos root@centos-linux# dnf distro-sync - -root@centos-stream# cat /etc/centos-release -CentOS Stream release 8 ``` diff --git a/distro-faq.md b/distro-faq.md index 9332380..155fd05 100644 --- a/distro-faq.md +++ b/distro-faq.md @@ -62,14 +62,9 @@ Specifically, since the RHEL release cadence is every 3 years, and the full supp and are also below for your convenience.
-root@centos-linux# dnf install centos-release-stream
-
 root@centos-linux# dnf swap centos-{linux,stream}-repos
 
 root@centos-linux# dnf distro-sync
-
-root@centos-stream# cat /etc/centos-release
-CentOS Stream release 8
 
This will result in some package updates and new packages being installed, which is expected. From 24d5aebdf0bea1735165f531644e940505b0901c Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 23 2021 15:33:57 +0000 Subject: [PATCH 2/3] Use default prompt in conversion steps --- diff --git a/centos-stream.md b/centos-stream.md index 97c9bdf..d6ffebb 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -17,9 +17,9 @@ toc: false ## Converting from CentOS Linux to CentOS Stream ```console -root@centos-linux# dnf swap centos-{linux,stream}-repos +[root@centos ~]# dnf swap centos-{linux,stream}-repos -root@centos-linux# dnf distro-sync +[root@centos ~]# dnf distro-sync ``` diff --git a/distro-faq.md b/distro-faq.md index 155fd05..93cc72b 100644 --- a/distro-faq.md +++ b/distro-faq.md @@ -62,9 +62,9 @@ Specifically, since the RHEL release cadence is every 3 years, and the full supp and are also below for your convenience.
-root@centos-linux# dnf swap centos-{linux,stream}-repos
+[root@centos ~]# dnf swap centos-{linux,stream}-repos
 
-root@centos-linux# dnf distro-sync
+[root@centos ~]# dnf distro-sync
 
This will result in some package updates and new packages being installed, which is expected. From 6579d59d467d83545358ffdc0cb4b5fedbd19257 Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 23 2021 19:53:09 +0000 Subject: [PATCH 3/3] Show full package names that are being swapped --- diff --git a/centos-stream.md b/centos-stream.md index d6ffebb..21afe30 100644 --- a/centos-stream.md +++ b/centos-stream.md @@ -17,7 +17,7 @@ toc: false ## Converting from CentOS Linux to CentOS Stream ```console -[root@centos ~]# dnf swap centos-{linux,stream}-repos +[root@centos ~]# dnf swap centos-linux-repos centos-stream-repos [root@centos ~]# dnf distro-sync ``` diff --git a/distro-faq.md b/distro-faq.md index 93cc72b..4358e8b 100644 --- a/distro-faq.md +++ b/distro-faq.md @@ -62,7 +62,7 @@ Specifically, since the RHEL release cadence is every 3 years, and the full supp and are also below for your convenience.
-[root@centos ~]# dnf swap centos-{linux,stream}-repos
+[root@centos ~]# dnf swap centos-linux-repos centos-stream-repos
 
 [root@centos ~]# dnf distro-sync