17 lines
955 B
Plaintext
17 lines
955 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
|
|
repo --name=fusionn --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-$releasever&arch=$basearch
|
|
repo --name=fusionn-updates --mirrorlist=https://mirrors.rpmfusion.org/metalink?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
|
|
repo --name=cisco-openh264 --mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-cisco-openh264-$releasever&arch=$basearch
|