CentOS 의 경우 Desktop 의 경우 yum groupinstall 로 간단하게 설치 할수 있습니다.
Runlevel 의 경우 기존에는 /etc/inittab 에서 지정을 하였지만 CentOS7 에서는 systemctl set-default 로 지정 할수 있습니다.
패키지 설치
[root@centos74 ~]# yum groupinstall "GNOME Desktop" -y
runlevel 확인 및 runlevel 변경후 시스템 리부팅
[root@centos74 ~]# systemctl get-default multi-user.target [root@centos74 ~]# systemctl set-default graphical.target Removed symlink /etc/systemd/system/default.target. Created symlink from /etc/systemd/system/default.target to /usr/lib/systemd/system/graphical.target. [root@centos74 ~]# [root@centos74 ~]# init 6
최소설치 에서 gnome desktop 을 설치 하면 아래와 같은 화면을 볼수 있습니다.
1을 눌러 License information 을 선택 합니다.
2를 눌러 I accept the license agreement 를 선택 합니다.
c를 눌러 설정을 마무리 합니다.
Comments