forked from srbala/fedora-kickstarts
Drop references to java 1.5 and 1.6 in install image
Java 1.5 and 1.6 are no longer in Fedora and so we don't need to block them from the install image any longer. None of the other ks files referred to them.
This commit is contained in:
parent
7a600784bb
commit
cc9bf95427
@ -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=$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* --exclude GConf2-dbus* --exclude bluez-gnome
|
||||
repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&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* --exclude GConf2-dbus* --exclude bluez-gnome
|
||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --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&arch=$basearch --exclude kernel*debug* --exclude kernel-kdump* --exclude syslog-ng* --exclude astronomy-bookmarks --exclude generic* --exclude btanks* --exclude GConf2-dbus* --exclude bluez-gnome
|
||||
|
||||
|
||||
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||
@ -181,11 +181,8 @@ man-pages-*
|
||||
mythes-*
|
||||
# Size removals
|
||||
-gimp-help
|
||||
-java-1.6.0-openjdk-src
|
||||
-xorg-x11-docs
|
||||
-kernel-doc
|
||||
-java-1.5.0-gcj-src
|
||||
-java-1.5.0-gcj-devel
|
||||
-libgcj-src
|
||||
-frysk
|
||||
-*gcj*
|
||||
|
Loading…
Reference in New Issue
Block a user