File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ In order to convert your EL8 operating system to AlmaLinux do the following:
23
23
4 . Ensure that your system was successfully converted:
24
24
``` shell
25
25
# check release file
26
- $ cat /etc/redhat-release
27
- AlmaLinux release 8.4 (Electric Cheetah )
28
-
26
+ $ cat /etc/redhat-release
27
+ AlmaLinux release 8.5 (Arctic Sphynx )
28
+
29
29
# check that the system boots AlmaLinux kernel by default
30
30
$ sudo grubby --info DEFAULT | grep AlmaLinux
31
- title=" AlmaLinux (4.18.0-305 .el8.x86_64) 8.4 "
31
+ title=" AlmaLinux (4.18.0-348 .el8.x86_64) 8.5 (Arctic Sphynx) "
32
32
```
33
33
5 . Thank you for choosing AlmaLinux!
34
34
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ALT_ADM_DIR="/var/lib/alternatives"
16
16
BAK_DIR=" /tmp/alternatives_backup"
17
17
ALT_DIR=" /etc/alternatives"
18
18
19
- # AlmaLinux OS 8.3
20
- MINIMAL_SUPPORTED_VERSION=' 8.3 '
19
+ # AlmaLinux OS 8.5
20
+ MINIMAL_SUPPORTED_VERSION=' 8.5 '
21
21
VERSION=' 0.1.12'
22
22
23
23
BRANDING_PKGS=(" centos-backgrounds" " centos-logos" " centos-indexhtml" \
You can’t perform that action at this time.
0 commit comments