Local Repo not working with installroot

shankha <[email protected]> Fri, 5 Feb 2016 16:47:01 -0500
Newsgroups gmane.linux.rpm.yum
Message-ID <CAO_L6qE6Md4V=DB-NePavMs+Ynaf_Dtm-R8c6x_Qq9YH3b1LBA@mail.gmail.com>
Hi,
I am trying to install some files from a local repo.

Here is my repo file:

[cdrom2]
name=cdrom2
baseurl=file:///media/cdrom
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7


I can execute the following command successfully:

yum --disablerepo=* --enablerepo=cdrom2 install coreutils

I am not able to execute the command:

yum --disablerepo=* --enablerepo=cdrom2 --installroot=/xyz
--releasever=/ install coreutils

The error message:

Error getting repository data for cdrom2, repository not found

Thanks