System/OS - Linux
CentOS Client 가상 머신 설치
ElAsJay
2020. 9. 14. 13:19
728x90
소프트웨어 선택
워크스테이션 > GNOME 응용 프로그램 선택
Client 설치 목적지 선택
이전 가상머신들과 달리 저장소 구성을 오토매특으로 설정되게 함
자동 업데이트 기능 끄기
# gsettings set org.snome.software download-updates false
# systemctl disable dnf-makecache.service
# systemctl disable dnf-makecache.timer
dnf 저장소 설정
# cd /etc/yum.repos.d/
# rm -f *.repo
# ls
# wget http://download.hanbit.co.kr/centos/8/This.repo
#ls -l
# dnf clean all
해상도 설정
# gedit /etc/grub.d/10_linux
# grub2-mkconfig -o /boot/grub2/grub.cfg
root 사용자 막기
# gedit /etc/pam.d/gdm-password
# reboot
이후 root로 로그인을 시도하면
위와 같이 동작하지 않는다.
자동 로그인 설정
$ su -
# vi /etc/gdm/custom.conf
# reboot
별도의 입력없이 자동로그인할 사용자 계정으로 입력한 계정으로 자동 접속된다.
SMALL