This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |