Skip to content

Instantly share code, notes, and snippets.

@shaunhess
Created March 10, 2016 17:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save shaunhess/73559b232422a89f2993 to your computer and use it in GitHub Desktop.
Save shaunhess/73559b232422a89f2993 to your computer and use it in GitHub Desktop.
CentOS7 Minimal Desktop Installation
1. Install CentOS 7 - Minimal
2. yum groupinstall "X Window System"
3. yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
4. unlink /etc/systemd/system/default.target
5. ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
6. reboot
@voetsjoeba
Copy link

voetsjoeba commented Jul 23, 2017

When on a VM:

yum -y install open-vm-tools-desktop
systemctl enable vmtoolsd.service
reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment