Skip to content

Commit 10f59be

Browse files
Bump minimal supported version to 8.5 and update README (AlmaLinux#104)
1 parent 12f6a23 commit 10f59be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ In order to convert your EL8 operating system to AlmaLinux do the following:
2323
4. Ensure that your system was successfully converted:
2424
```shell
2525
# 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+
2929
# check that the system boots AlmaLinux kernel by default
3030
$ 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)"
3232
```
3333
5. Thank you for choosing AlmaLinux!
3434

almalinux-deploy.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ALT_ADM_DIR="/var/lib/alternatives"
1616
BAK_DIR="/tmp/alternatives_backup"
1717
ALT_DIR="/etc/alternatives"
1818

19-
# AlmaLinux OS 8.3
20-
MINIMAL_SUPPORTED_VERSION='8.3'
19+
# AlmaLinux OS 8.5
20+
MINIMAL_SUPPORTED_VERSION='8.5'
2121
VERSION='0.1.12'
2222

2323
BRANDING_PKGS=("centos-backgrounds" "centos-logos" "centos-indexhtml" \

0 commit comments

Comments
 (0)