RHEL8 local repo 설정
- local dvd mount
# mount /dev/sr0 /mnt
- repo file setting
# vi /etc/yum.repos.d/local.repo ## RHEL8 에서는 BASEOS 와 APPSTREAM 두개의 저장소를 통해 배포된다. [rhel8_BaseOS] name=rhel8_BaseOS baseurl=file:///mnt/BaseOS enabled=1 gpgcheck=0 [rhel8_AppStream] name=rhel8_AppStream baseurl=file:///mnt/AppStream enabled=1 gpgcheck=0
- local repo check
# yum repolist
로그인하면 댓글을 남길 수 있습니다.