텍스모드로만 작업하다보니 X-Window 를 설치해서 사용해본적이 한번도 없다.
오라클에 경우에는 필요한 부분이나 나는 가상화환경에서 클라이언트 제어를 위한 virt-manager 를 사용하고자 설치하려고 한다.
설치된 그룹과 설치 가능한 그룹의 리스트를 확인
[root@chonnom ~]# yum grouplist
Failed to set locale, defaulting to C
Setting up Group Process
Installed Groups:
MySQL Database
Administration Tools
Editors
System Tools
Text-based Internet
Virtualization
Network Servers
Hardware Support
Web Server
Windows File Server
Printing Support
Mail Server
Server Configuration Tools
Development Libraries
Development Tools
Graphical Internet
Available Groups:
Office/Productivity
Engineering and Scientific
Window Managers
Fedora Packager
GNOME Software Development
XFCE Software Development
X Software Development
Legacy Network Server
DNS Name Server
GNOME Desktop Environment
Authoring and Publishing
FTP Server
Games and Entertainment
XFCE
Legacy Software Development
Clustering
Java Development
Web Development
X Window System
Graphics
Eclipse
KDE Software Development
KDE (K Desktop Environment)
Educational Software
PostgreSQL Database
News Server
Sound and Video
Done
X Window System을 설치합니다
[root@chonnom ~]# yum -y groupinstall "X Window System"
[root@chonnom ~]# yum -y groupinstall "KDE"
[root@chonnom ~]# yum -y groupinstall "GNOME Desktop Environment"
[root@chonnom ~]# yum -y install "kde-i18n-Korean" "fonts-korean"
설치끝.....
시작시에 바로 5레벨로 부팅하려면 /etc/inittab 파일을 수정하면 된다.
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <
miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode
# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)
# 3 - Full multiuser mode
# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)
#
id:5:initdefault: # 레벨수정