Skip to content

Commit

Permalink
Merge pull request xenserver#100 from minli1/fix-alma-typo
Browse files Browse the repository at this point in the history
Fix typo of Alma Linux.
  • Loading branch information
xihuan-citrix authored May 7, 2021
2 parents 83d6ef0 + af99fbd commit 140b41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mk/xe-linux-distribution
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ identify_redhat()
# Oracle Linux Server release 5.6

# distro=almalinux
# AlamaLinux release 8.3 (Purple Manul)
# AlmaLinux release 8.3 (Purple Manul)

if [ ! -f "${redhat_release}" ] ; then
return 1
Expand Down Expand Up @@ -515,7 +515,7 @@ if [ -z "${TEST}" ] ; then
identify_kylin /etc/neokylin-release && exit 0
identify_redhat /etc/oracle-release && exit 0
identify_redhat /etc/enterprise-release && exit 0
#identify Rocky or AlmaLinux before CentOS and RHEL, as Rocky and AlamaLinux both have centos-release and redhat-release
#identify Rocky or AlmaLinux before CentOS and RHEL, as Rocky and AlmaLinux both have centos-release and redhat-release
identify_redhat /etc/rocky-release && exit 0
identify_redhat /etc/almalinux-release && exit 0
identify_redhat /etc/centos-release && exit 0
Expand Down

0 comments on commit 140b41b

Please sign in to comment.