CentOS 7 Minimal Install w/ GUI Virtual Box Tutorial
Install Centos 7 Minimal with a GUI on a VirtualBox virtual machine.
Commands After Install
sudo vi ifcfg-##### (change ONBOOT=yes)
sudo yum -y groupinstall “Desktop” “Desktop Platform” “X Window System” “Fonts” “Graphical Administration Tools” “Internet Browser” “General Purpose Desktop” “Office Suite and Productivity” “Graphics Creation Tools”
sudo yum -y groupinstall kde-desktop
sudo systemctl set-default graphical.target
sudo systemctl isolate graphical.target
centos 7