[Fedora-spins] [spin-kickstarts/f21] workstation: Use the package list from workstation-packages.ks for netinstall

Kalev Lember kalev at fedoraproject.org
Fri Aug 29 15:53:09 UTC 2014


commit 12d37364c7eabd8cc6f76389fb7ac2c1f55bd1c3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 29 17:42:28 2014 +0200

    workstation: Use the package list from workstation-packages.ks for netinstall
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1134524

 fedora-install-workstation.ks |  106 +----------------------------------------
 1 files changed, 2 insertions(+), 104 deletions(-)
---
diff --git a/fedora-install-workstation.ks b/fedora-install-workstation.ks
index 3ba1d8a..0ac874a 100644
--- a/fedora-install-workstation.ks
+++ b/fedora-install-workstation.ks
@@ -23,6 +23,8 @@
 repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
 repo --name=fedora-source  --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
 
+%include fedora-workstation-packages.ks
+
 # Package manifest for the compose.  Uses repo group metadata to translate groups.
 # (default groups for the configured repos are added by --default)
 # @base got renamed to @standard, but @base is still included by default by pungi.
@@ -31,120 +33,16 @@ repo --name=fedora-source  --mirrorlist=http://mirrors.fedoraproject.org/mirrorl
 # pungi is an inclusive depsolver so that multiple packages are brought 
 # in to satisify dependencies and we don't always want that. So we  use
 # an exclusion list to cut out things we don't want
-
 -kernel*debug*
 -kernel-kdump*
 -kernel-tools*
--syslog-ng*
 -astronomy-bookmarks
 -generic*
--GConf2-dbus*
--bluez-gnome
--community-mysql*
--jruby*
 
 # core
 kernel*
-dracut-*
-
-# Desktops
-
-## common stuff
- at base-x
- at guest-desktop-agents
- at guest-agents
- at standard
- at core
- at dial-up
- at fonts
- at input-methods
- at multimedia
- at hardware-support
- at printing
- at admin-tools
- at basic-desktop
-
-## GNOME
- at firefox
- at gnome-desktop
- at epiphany
- at libreoffice
- at gnome-games
-
-## KDE
- at kde-desktop
- at kde-apps
- at kde-education
- at kde-media
- at kde-office
-
-## XFCE
- at xfce-desktop
- at xfce-apps
- at xfce-extra-plugins
- at xfce-media
- at xfce-office
-
-## LXDE
- at lxde-desktop
- at lxde-apps
- at lxde-media
- at lxde-office
-
-## SUGAR
- at sugar-desktop
- at sugar-apps
-
-## MATE
- at mate-desktop
-
-## CINNAMON
- at cinnamon-desktop
-
-# Workstation
- at eclipse
- at development-libs
- at development-tools
- at c-development
- at rpm-development-tools
- at fedora-packager
- at gnome-software-development
- at kde-software-development
- at x-software-development
- at virtualization
- at web-server
- at mongodb
- at perl-web
- at php
- at python-web
- at rubyonrails
- at mysql
- at sql-server
- at design-suite
-## Not included yet due to space concerns
-#@javaenterprise
-#@milkymist
-#@mingw32
-#@ocaml
-#@robotics-suite
-#@electronic-lab
 
 # Things needed for installation
 @anaconda-tools
 
-# Langpacks
-autocorr-*
-eclipse-nls-*
-hunspell-*
-hyphen-*
-calligra-l10n-*
-kde-l10n-*
-libreoffice-langpack-*
-man-pages-*
-mythes-*
--gimp-help-*
-
-# Removals
--PackageKit-zif
--zif
 %end


More information about the spins mailing list