# fedora-dvd.repo # Use this repo if you want to install/add package from Fedora 11 installation DVD # that usually automount when you insert the installation DVD. # This repo only useful when you don't have internet connection to install # package from internet. # To use this repo, insert the Fedora 11 installation DVD, let the system # mount the DVD (automount) # Then execute yum --disablerepo=\* --enablerepo=fedora-dvd [command] # Command example => yum --disablerepo=\* --enablerepo=fedora-dvd install gcc* # This repo tune by labtestproject.com [fedora-dvd] name=Fedora-dvd $releasever - $basearch failovermethod=priority baseurl=file:///media/Fedora%2011%20i386%20DVD/ enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch