Home
Certification Preparation
CompTIA
Linux+
CentOS/Red Hat install question
ajmatson
Hello gurus, trying to see if anyone knows a tell tale file in Red Hat/CentOS to tell what "mode" a machine was installed, such as "Desktop", "Basic Server", etc. I checked the anaconda-ks.cfg but only shows the packages not the type selected
Find more posts tagged with
Comments
lsud00d
The packages that are installed will help determine what version is installed. If you see more 'desktop' based packages, well then it's probably the Desktop version.
This link is relevant:
https://unix.stackexchange.com/questions/20379/centos-6-default-installation-options
I might do a
grep -i *desktop* anaconda-ks.cfg | wc -l
to see how many desktop packages there are.
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of