summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorPulseeey <Pulseeey@users.noreply.github.com>2022-10-03 17:19:28 +0100
committerGitHub <noreply@github.com>2022-10-03 12:19:28 -0400
commitf05707fa17369d51689ec8fa76df1e2778f9d9c2 (patch)
tree6668391f7e20009631753db46937a09bbff57607 /packaging
parent31a46c5412df7d093267364fdf32cef368b1b939 (diff)
Add CloudLinux OS detection to kickstart (#13750)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/installer/kickstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/installer/kickstart.sh b/packaging/installer/kickstart.sh
index d51e695d19..be39765c48 100755
--- a/packaging/installer/kickstart.sh
+++ b/packaging/installer/kickstart.sh
@@ -607,7 +607,7 @@ get_system_info() {
opensuse-leap)
DISTRO_COMPAT_NAME="opensuse"
;;
- almalinux|rocky|rhel)
+ cloudlinux|almalinux|rocky|rhel)
DISTRO_COMPAT_NAME="centos"
;;
*)