페이지 이력
외부 인터넷 연결을 하지않고 설치 ISO 이미지로 YUM Repository를 구성하여 yum install을 사용할 수 있도록 설정하는 방법입니다.
...
외부 인터넷 연결을 하지않고 설치 ISO 이미지로 YUM Repository를 구성하여 yum install을 사용할 수 있도록 설정하는 방법입니다.
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
mount /dev/cdrom /mnt
df | grep mnt |
펼치기 | ||
---|---|---|
|
VM에 ISO 파일을 연결하고, cdrom을 디렉토리에 mount 시켜줍니다.
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
mv /etc/yum.repos.d/[Ropository 파일명].repo /etc/yum.repos.d/[Ropository 파일명].repo.bak |
펼치기 | ||
---|---|---|
|
기존에 생성되어 있던 Repository 파일은 모두 이름을 변경하여, 사용하지 않도록 수정합니다.
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
### Oracle Linux [ol7] name=ol7 baseurl=file:///mnt/ enabled=1 gpgcheck=0 ### RedHat Linux #[rhel7] #name=rhel7 #baseurl=file:///mnt/ #enabled=1 #gpgcheck=0 |
펼치기 | ||
---|---|---|
|
local.repo라는 Repository 파일을 생성합니다.
Repository 이름과 연결될 디렉토리 등을 입력합니다.
코드 블럭 | ||||||
---|---|---|---|---|---|---|
| ||||||
yum clean all yum repolist all |
펼치기 | ||
---|---|---|
|
Repository를 재로딩하면 정상적으로 등록된 것을 확인할 수 있습니다.
...
Powered by Atlassian Confluence 8.5.5, themed by Refined 7.3.10