linux local repo

You have an iso file called /iso/distro.iso.
1. mkdir /software
2. mount -o loop /iso/distro.iso /software
3. vi /etc/yum.conf
(add to end of file)
[localrepo]
name=Local Repo
baseurl=file:///software
enabled=1

yum install telnet

This entry was posted in linux. Bookmark the permalink.

Comments are closed.