Add CloudLinux OS detection to kickstart (#13750)
Pulseeey committed
Oct 3, 2022 at 17:19 UTC
f05707fa17369d51689ec8fa76df1e2778f9d9c2
1 file changed
+1
-1
packaging/installer/kickstart.sh
+1
-1
@@ -607,7 +607,7 @@ get_system_info() {
607
opensuse-leap)
608
DISTRO_COMPAT_NAME="opensuse"
609
;;
610
- almalinux|rocky|rhel)
610
+ cloudlinux|almalinux|rocky|rhel)
611
DISTRO_COMPAT_NAME="centos"
612
;;
613
*)