local repository 설정 전
1. ftp 서버 설치 && anonymous 로 ftp로그인 가능하도록 설정
2. 방화벽(port:21) 해제
>> SELinux 확인
3. yum repository로 사용하고자 하는 linux 원본 dvd를 마운트
# mount /dev/cdrom /mnt
4. dvd에서 yum repository로 파일 복사
# cp -a /mnt/* /repository ; umount /mnt
5. /etc/yum.repos.d/ 아래에 local.repo 파일 생성
# cat /etc/yum.repos.d/local.repo
----------------------
[rhel6-local]
name=Red Hat Enterprise Linux $releasever -$basearch -Debug
baseurl=file:///repository/Server
enabled=1
gpgcheck=0
----------------------
6. # yum clean all
# yum list
>> 설치된 yum 정보 확인
'Linux (pLinux & x86)' 카테고리의 다른 글
Cent OS Basic Configuration (for Desktop) (0) | 2012.09.17 |
---|---|
Linux IP Alias Configuration Samples (0) | 2012.09.17 |
Power Linux에서 DLpar를 위한 패키지 설치 (RMC Connection) (0) | 2012.09.17 |
Linux 용 swap 파일 생성 (0) | 2012.09.12 |
selinux/iptable 삭제 (0) | 2012.09.12 |