commit 25dea227524a62fc606fe961b0c83ef8e3dd2c5a Author: Bill Nottingham notting@redhat.com Date: Thu May 16 10:48:14 2013 -0400
Exclude kernel-PAEdebug harder.
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 08c71a2..1e8b6c9 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=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* --exclude community-mysql* --exclude jruby* +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* --exclude community-mysql* --exclude jruby* --exclude kernel-PAEdebug* 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* --exclude community-mysql* --exclude jruby*