forked from srbala/fedora-kickstarts
workstation: Use the package list from workstation-packages.ks for netinstall
https://bugzilla.redhat.com/show_bug.cgi?id=1134524
This commit is contained in:
parent
16955ef3bd
commit
12d37364c7
@ -23,6 +23,8 @@
|
|||||||
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
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
|
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.
|
# Package manifest for the compose. Uses repo group metadata to translate groups.
|
||||||
# (default groups for the configured repos are added by --default)
|
# (default groups for the configured repos are added by --default)
|
||||||
# @base got renamed to @standard, but @base is still included by default by pungi.
|
# @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
|
# 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
|
# 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
|
# an exclusion list to cut out things we don't want
|
||||||
|
|
||||||
-kernel*debug*
|
-kernel*debug*
|
||||||
-kernel-kdump*
|
-kernel-kdump*
|
||||||
-kernel-tools*
|
-kernel-tools*
|
||||||
-syslog-ng*
|
|
||||||
-astronomy-bookmarks
|
-astronomy-bookmarks
|
||||||
-generic*
|
-generic*
|
||||||
-GConf2-dbus*
|
|
||||||
-bluez-gnome
|
|
||||||
-community-mysql*
|
|
||||||
-jruby*
|
|
||||||
|
|
||||||
# core
|
# core
|
||||||
kernel*
|
kernel*
|
||||||
dracut-*
|
|
||||||
|
|
||||||
# Desktops
|
|
||||||
|
|
||||||
## common stuff
|
|
||||||
@base-x
|
|
||||||
@guest-desktop-agents
|
|
||||||
@guest-agents
|
|
||||||
@standard
|
|
||||||
@core
|
|
||||||
@dial-up
|
|
||||||
@fonts
|
|
||||||
@input-methods
|
|
||||||
@multimedia
|
|
||||||
@hardware-support
|
|
||||||
@printing
|
|
||||||
@admin-tools
|
|
||||||
@basic-desktop
|
|
||||||
|
|
||||||
## GNOME
|
|
||||||
@firefox
|
|
||||||
@gnome-desktop
|
|
||||||
@epiphany
|
|
||||||
@libreoffice
|
|
||||||
@gnome-games
|
|
||||||
|
|
||||||
## KDE
|
|
||||||
@kde-desktop
|
|
||||||
@kde-apps
|
|
||||||
@kde-education
|
|
||||||
@kde-media
|
|
||||||
@kde-office
|
|
||||||
|
|
||||||
## XFCE
|
|
||||||
@xfce-desktop
|
|
||||||
@xfce-apps
|
|
||||||
@xfce-extra-plugins
|
|
||||||
@xfce-media
|
|
||||||
@xfce-office
|
|
||||||
|
|
||||||
## LXDE
|
|
||||||
@lxde-desktop
|
|
||||||
@lxde-apps
|
|
||||||
@lxde-media
|
|
||||||
@lxde-office
|
|
||||||
|
|
||||||
## SUGAR
|
|
||||||
@sugar-desktop
|
|
||||||
@sugar-apps
|
|
||||||
|
|
||||||
## MATE
|
|
||||||
@mate-desktop
|
|
||||||
|
|
||||||
## CINNAMON
|
|
||||||
@cinnamon-desktop
|
|
||||||
|
|
||||||
# Workstation
|
|
||||||
@eclipse
|
|
||||||
@development-libs
|
|
||||||
@development-tools
|
|
||||||
@c-development
|
|
||||||
@rpm-development-tools
|
|
||||||
@fedora-packager
|
|
||||||
@gnome-software-development
|
|
||||||
@kde-software-development
|
|
||||||
@x-software-development
|
|
||||||
@virtualization
|
|
||||||
@web-server
|
|
||||||
@mongodb
|
|
||||||
@perl-web
|
|
||||||
@php
|
|
||||||
@python-web
|
|
||||||
@rubyonrails
|
|
||||||
@mysql
|
|
||||||
@sql-server
|
|
||||||
@design-suite
|
|
||||||
## Not included yet due to space concerns
|
|
||||||
#@javaenterprise
|
|
||||||
#@milkymist
|
|
||||||
#@mingw32
|
|
||||||
#@ocaml
|
|
||||||
#@robotics-suite
|
|
||||||
#@electronic-lab
|
|
||||||
|
|
||||||
# Things needed for installation
|
# Things needed for installation
|
||||||
@anaconda-tools
|
@anaconda-tools
|
||||||
|
|
||||||
# Langpacks
|
|
||||||
autocorr-*
|
|
||||||
eclipse-nls-*
|
|
||||||
hunspell-*
|
|
||||||
hyphen-*
|
|
||||||
calligra-l10n-*
|
|
||||||
kde-l10n-*
|
|
||||||
libreoffice-langpack-*
|
|
||||||
man-pages-*
|
|
||||||
mythes-*
|
|
||||||
-gimp-help-*
|
|
||||||
|
|
||||||
# Removals
|
|
||||||
-PackageKit-zif
|
|
||||||
-zif
|
|
||||||
%end
|
%end
|
||||||
|
Loading…
Reference in New Issue
Block a user