반응형
Centos나 Rhel를 miniaml로 OS를 install한 후 설정하기 위한 방법이다.
[root@cronus ~]# yum groupinstall "X Window System" "Desktop" "Fonts" "Korean Support"
[root@cronus ~]# yum install gnome-classic-session gnome-terminal nautilus-open-terminal control-center liberation-mono-fonts
GUI로 부팅하고자 할 경우 아래와 같이 링크를 변경한다.
[root@cronus ~]# ls -al /etc/systemd/system/default.target
lrwxrwxrwx. 1 root root 37 6월 19 10:41 /etc/systemd/system/default.target -> /lib/systemd/system/multi-user.target
[root@cronus ~]# unlink /etc/systemd/system/default.target
[root@cronus ~]# ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
이후 시스템을 재기동 한다.
참고
맥북 터미널에서 virt-manager를 사용하고자 할 경우 사전에 XQuartz가 설치 되어 있어야 한다.
아래 링크를 참조하여 설치 할 수 있다.
https://louky0714.tistory.com/entry/Mac-Mac-OS에-X11설치하기
반응형
'운영체제 > RHEL&CENTOS' 카테고리의 다른 글
[Linux] virsh command 사용법 (0) | 2019.06.25 |
---|---|
[Linux] KVM(for Kernel-based Virtual Machine) (2) - CLI 배포 (0) | 2019.06.24 |
[Centos/RHEL] eth0 으로 들어 데이터 동일 인터페이스 내보내기를 위한 routing 설정 (0) | 2019.06.24 |
[Linux] KVM(for Kernel-based Virtual Machine) (1) - Install (0) | 2019.06.24 |
[Linux] centos/rhel 7 Bonding 설정 (0) | 2019.06.19 |