Revert "Add Fedora 32-bit repos, as some packages might require them as well"
This reverts commit ae81c85ea4
.
Apparently this break way too many things with the installer, such as:
1) makes the resulting ISO not having proper isoconfig and xen.gz installed
2) conflicts with kde packages
I spent some time trying to solve those issues (e.g. using exclude= added
to i686 repos), but without much success. Perhaps somebody with better
understanding of revisor/anaconda could do this one time...
This commit is contained in:
parent
ae81c85ea4
commit
a42e706d97
@ -1,4 +1,5 @@
|
||||
[main]
|
||||
exclude=*.i?86
|
||||
cachedir=-yumcache
|
||||
reposdir=
|
||||
keepcache=1
|
||||
@ -16,7 +17,6 @@ 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,16 +24,7 @@ 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
|
||||
@ -42,13 +33,6 @@ 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
2
yum/fedora13-i686-repo/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
Packages/
|
||||
repodata/
|
Loading…
Reference in New Issue
Block a user