14 lines
555 B
Plaintext
14 lines
555 B
Plaintext
# Include the appropriate repo definitions
|
|
|
|
# Exactly one of the following should be uncommented
|
|
|
|
# For the master branch the following should be uncommented
|
|
# %include fedora-repo-rawhide.ks
|
|
|
|
# For non-master branches the following should be uncommented
|
|
%include fedora-repo-not-rawhide.ks
|
|
|
|
# horal
|
|
repo --name=fusion --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-$releasever&arch=$basearch
|
|
repo --name=fusion-updates --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-$releasever&arch=$basearch
|