update inc/cpcheck.inc & inc/yumpriorities.inc - make sure fresh installs use lshw package from centos and not rpmforge existing users can manually swap the packages if lshw is from rpmforge using command below For CentOS 7 Code (Text): yum -y swap -- remove lshw -- install lshw --disablerepo=rpmforge For CentOS 6 Code (Text): yum -y remove lshw; yum -y install lshw --disablerepo=rpmforge Continue reading... 123.09beta01 branch Branch: https://github.com/centminmod/centminmod/tree/123.09beta01 Commit History: https://github.com/centminmod/centminmod/commits/123.09beta01