centos7最小化安装后转成桌面版
一、 yum upgrade -y
二、yum groupinstall "GNOME Desktop"
三、startx
四、unlink /etc/systemd/system/default.target
五、ln -sf /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target
六、reboot
一、 yum upgrade -y
二、yum groupinstall "GNOME Desktop"
三、startx
四、unlink /etc/systemd/system/default.target
五、ln -sf /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target
六、reboot