#27: need to exclude btanks ----------------------------+----------------------------------------------- Reporter: notting | Owner: kanarip Type: defect | Status: new Priority: major | Milestone: Fedora 11 GA Component: kickstart pool | Keywords: ----------------------------+----------------------------------------------- {{{ From fb00808f0496eee98ceec1747f4ab31070749d8a Mon Sep 17 00:00:00 2001 From: Bill Nottingham notting@redhat.com Date: Wed, 13 May 2009 17:06:00 -0400 Subject: [PATCH] Exclude btanks (#500715)
--- fedora-install-fedora.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index ffea5da..35a19ba 100644 --- a/fedora-install-fedora.ks +++ b/fedora-install-fedora.ks @@ -10,7 +10,7 @@ #part iso --size=4998
# Add the repos you wish to use to compose here. At least one of them needs group data. -repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc +repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng --exclude java-1.5.0-gcj-devel --exclude astronomy-bookmarks --exclude generic* --exclude java-1.5.0-gcj-javadoc --exclude btanks repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide- source&arch=$basearch
# Package manifest for the compose. Uses repo group metadata to translate groups. -- 1.6.2.2 }}}
Needs to be on the F-11 branch.
#27: need to exclude btanks ----------------------------+----------------------------------------------- Reporter: notting | Owner: kanarip Type: defect | Status: closed Priority: major | Milestone: Fedora 11 GA Component: kickstart pool | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by jkeating):
* status: new => closed * resolution: => fixed
Comment:
Applied and cherry picked.