Linux/구축 관련
최소설치에서 GUI 설치 (minimal에서 GUI 구축)
gunner_77
2016. 8. 5. 11:01
[CentOS 6] 최소설치에서 GUI 환경 구축
패키지 설치
[root@localhost ~]# yum -y groupinstall "Desktop" "Desktop Platform" "X Window System" "Fonts" "General Purpose Desktop" "fonts-korean" "korean-support" "Graphical Administration Tools" "Internet Browser" "Office Suite and Productivity" "Graphics Creation Tools"
GUI 실행
[root@localhost ~]# startx
또는
[root@localhost ~]# /sbin/telinit 5
GUI로 자동부팅
[root@localhost ~]# vi /etc/inittab
...
id:5:initdefault:
위와 같이 수정
[root@localhost ~]# reboot