Disable local F13 repo by default
This allows the iso build process to automatically download packages from the fedora repo, and doesn't require the user to manaully prepare a local F13 repository by copying packages from the installation DVD. If a user is willing to make such preparations manually, however, it is always possible to enable this repo easily.
This commit is contained in:
parent
74e33c4f14
commit
d38be94a0a
@ -17,9 +17,14 @@ installroot=/tmp/qubes-installer/build/work/revisor
|
||||
failovermethod=priority
|
||||
|
||||
[fedora-local]
|
||||
|
||||
# To speed up the iso building process, copy the Packages/ and repodata/
|
||||
# directories from the F13 installation DVD into yum/fedora13-repo/, and then
|
||||
# enable this repository by setting enabled=1
|
||||
|
||||
name=Fedora 13 - x86_64 (local)
|
||||
baseurl=file:///tmp/qubes-installer/yum/fedora13-repo/
|
||||
enabled=1
|
||||
enabled=0
|
||||
gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
|
||||
cost=1
|
||||
|
Loading…
Reference in New Issue
Block a user