Add Fedora 32-bit repos, as some packages might require them as well
(e.g. anti-evil-maid-trustedgrub requires libc.i686)
This commit is contained in:
parent
e0154f079d
commit
ae81c85ea4
@ -1,5 +1,4 @@
|
||||
[main]
|
||||
exclude=*.i?86
|
||||
cachedir=-yumcache
|
||||
reposdir=
|
||||
keepcache=1
|
||||
@ -17,6 +16,7 @@ installroot=/tmp/qubes-installer/build/work/revisor
|
||||
failovermethod=priority
|
||||
|
||||
[fedora-local]
|
||||
exclude=*.i?86
|
||||
name=Fedora 13 - x86_64 (local)
|
||||
baseurl=file:///tmp/qubes-installer/yum/fedora13-repo/
|
||||
enabled=1
|
||||
@ -24,7 +24,16 @@ gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
|
||||
cost=1
|
||||
|
||||
[fedora-local-i686]
|
||||
name=Fedora 13 - i686 (local)
|
||||
baseurl=file:///tmp/qubes-installer/yum/fedora13-i686-repo/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
|
||||
cost=1
|
||||
|
||||
[fedora]
|
||||
exclude=*.i?86
|
||||
name=Fedora 13 - x86_64
|
||||
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/x86_64/os/
|
||||
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=x86_64
|
||||
@ -33,6 +42,13 @@ gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
|
||||
cost=10
|
||||
|
||||
[fedora-i386]
|
||||
name=Fedora 13 - i686
|
||||
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/i386/os/
|
||||
enabled=1
|
||||
gpgcheck=1
|
||||
gpgkey=file:///tmp/qubes-installer/keys/fedora-13.asc
|
||||
cost=10
|
||||
|
||||
[installer]
|
||||
name=Qubes Local Repository
|
||||
|
2
yum/fedora13-i686-repo/.gitignore
vendored
Normal file
2
yum/fedora13-i686-repo/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
Packages/
|
||||
repodata/
|
Loading…
Reference in New Issue
Block a user