Skip to content

Instantly share code, notes, and snippets.

@shaunhess
shaunhess / CentOS7_min_desktop_setup.txt
Created March 10, 2016 17:21
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