Index: /trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh
===================================================================
--- /trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh	(revision 58332)
+++ /trunk/src/VBox/Installer/linux/scripts/check_module_dependencies.sh	(revision 58333)
@@ -301,5 +301,7 @@
     elif $file_exists /etc/redhat-release; then  # Red Hat family
         GET_KERN_PACKAGE="$FIND_KERNEL_RPM"
-        if $do_type yum >/dev/null 2>&1; then
+        if $do_type dns >/dev/null 2>&1; then
+            PACKAGE_INSTALLER="dns install"
+        elif $do_type yum >/dev/null 2>&1; then
             PACKAGE_INSTALLER="yum install"
         else
