fedora-install-fedora.ks | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
New commits: commit 53146d774b0a33007ee677798e53cc916364f6ef Author: Jesse Keating jkeating@redhat.com Date: Thu Apr 16 12:27:44 2009 -0700
Keep the generic stuff out of the Fedora spin
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index 9bfc6ae..b403452 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 +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* repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$ba...
# Package manifest for the compose. Uses repo group metadata to translate groups.
commit 657172e0f6f92fb02f7b5b262f1578b66d94b468 Author: Jesse Keating jkeating@redhat.com Date: Thu Apr 16 12:26:18 2009 -0700
Drop libflashsupport, it no longer exists.
Exclude astronomy-bookmarks to avoid conflicts on the DVD
diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index b3a4484..9bfc6ae 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 +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 repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$ba...
# Package manifest for the compose. Uses repo group metadata to translate groups. @@ -25,7 +25,6 @@ kernel* echo-icon-theme tracker swfdec -libflashsupport nspluginwrapper liferea esc
spin-kickstarts-commits@lists.stg.fedorahosted.org