commit a081f90fced1f2632b38b831a4ee7dc4b1a349c4 Author: Bill Nottingham notting@redhat.com Date: Wed May 1 14:41:54 2013 -0400
Exclude 1.8 openjdk; it's getting pulled in by greedy dep solver, and it's large.
fedora-install-fedora.ks | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) --- diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index a3e29eb..84558ec 100644 --- a/fedora-install-fedora.ks +++ b/fedora-install-fedora.ks @@ -10,8 +10,8 @@ #part iso --size=4998
# Add the repos you wish to use to compose here. At least one of them needs group data. -repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch... --exclude kernel*debug* --exclude kernel-kdump* --exclude kernel-tools* --exclude syslog-ng* --exclude astronomy-bookmarks --exclude generic* --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome -repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&a... --exclude kernel*debug* --exclude kernel-kdump* --exclude kernel-tools* --exclude syslog-ng* --exclude astronomy-bookmarks --exclude generic* --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome +repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch... --exclude kernel*debug* --exclude kernel-kdump* --exclude kernel-tools* --exclude syslog-ng* --exclude astronomy-bookmarks --exclude generic* --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome --exclude java-1.8.0-openjdk +repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&a... --exclude kernel*debug* --exclude kernel-kdump* --exclude kernel-tools* --exclude syslog-ng* --exclude astronomy-bookmarks --exclude generic* --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome --exclude java-1.8.0-openjdk
# Package manifest for the compose. Uses repo group metadata to translate groups.