after we know about linux, sometimes we must know where location the
package installer it’s. this time we will discuss about how to setting
local repository, what is the repository? repository is a group of linux
installer package that stored in a server that can be accessed via
Internet or intranet, now how about someone who want install package and
they don’t have internet connection. for detail about repository will
discussed later, now we will explain how to setting repository from
cdrom . this is following step to setting local repository from ISO file :
1. copy iso file to /data/rhel-server-6.6-x86_64-dvd.iso
2. create directory /mnt
# mkdir mnt
# chmod -R 777 mnt