Open rafaelfoster opened 9 years ago
The /etc/issue is being used to identify the distribution. However, it doesn't contain distribution information on Centos. Use this code to backup your old issue file and link to the centos-release file.
cd /etc/
mv issue issue.bak
ln -s centos-release issue
Cheers, JP
How to install this scripts on a CentOS installation?