Installation of KVM Slave¶
AlmaLinux 8/CentOS Stream 8¶
In order to perform the installation, download the installer and select option KVM virtualization node:
curl -o installer https://files.soluslabs.com/solusvmphp8/install/installer && chmod +x installer && ./installer
CentOS 7/RHEL 7/Scientific Linux 7¶
In order to perform the installation, download the installer script and select Hypervisor (KVM) Option:
curl -o install.sh https://files.soluslabs.com/install.sh && sh install.sh
After installation is finished, disable SELinux on a permanent basis in
/etc/selinux/config
file.