From 9f0a480336d85baa412a67ab301c52d1eac28ec4 Mon Sep 17 00:00:00 2001 From: Samuel Verschelde Date: Tue, 15 Oct 2019 18:13:25 +0200 Subject: [PATCH] Add support for RHEL 8 and derivatives Just make install.sh consider them as supported --- mk/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mk/install.sh b/mk/install.sh index a97907e..73ca7bf 100755 --- a/mk/install.sh +++ b/mk/install.sh @@ -134,6 +134,9 @@ select_pkgs_rhel() rhel7|centos7|oracle7|scientific7|neokylin7) # No additional kernel package ;; + rhel8|centos8|oracle8|scientific8|neokylin8) + # No additional kernel package + ;; rhel3|fedora*) # Not officially supported therefore no additional packages required. ;;