Last active 1730330810

jason's Avatar jason revised this gist 1730327007. Go to revision

1 file changed, 2 insertions, 1 deletion

Almalinux 8>9.md

@@ -1,6 +1,6 @@
1 1 # AlmaLinux 8 to 9 upgrade
2 2
3 - ````shell
3 + ```shell
4 4 yum update -y
5 5 reboot
6 6 ```
@@ -25,3 +25,4 @@ leapp preupgrade
25 25 leapp upgrade
26 26 reboot
27 27 ```
28 +

jason's Avatar jason revised this gist 1730326968. Go to revision

1 file changed, 0 insertions, 0 deletions

Almalinux 8>9 renamed to Almalinux 8>9.md

File renamed without changes

jason's Avatar jason revised this gist 1730326955. Go to revision

1 file changed, 27 insertions

Almalinux 8>9 (file created)

@@ -0,0 +1,27 @@
1 + # AlmaLinux 8 to 9 upgrade
2 +
3 + ````shell
4 + yum update -y
5 + reboot
6 + ```
7 +
8 + ```shell
9 + curl https://repo.almalinux.org/elevate/testing/elevate-testing.repo -o /etc/yum.repos.d/elevate-testing.repo
10 + rpm --import https://repo.almalinux.org/elevate/RPM-GPG-KEY-ELevate
11 + ```
12 +
13 + ```shell
14 + sed -i 's,SELINUX=.*,SELINUX=disabled,g' /etc/sysconfig/selinux
15 + reboot
16 + ```
17 +
18 + ```shell
19 + sed -i 's,AllowZoneDrifting=yes,AllowZoneDrifting=no' /etc/firewalld/firewalld.conf
20 + reboot
21 + ```
22 +
23 + ```shell
24 + leapp preupgrade
25 + leapp upgrade
26 + reboot
27 + ```
Newer Older