1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-25 08:27:23 +00:00

split out desktop packages

This commit is contained in:
Dennis Gilmore 2013-07-16 16:11:47 -05:00
parent 9556cf3bc0
commit c9f3aed3d6
2 changed files with 18 additions and 18 deletions

17
fedora-gnome-packages.ks Normal file
View File

@ -0,0 +1,17 @@
%packages
@firefox
@gnome-desktop
@libreoffice
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
# desktop image at some point. We won't touch this one for now.
nss-mdns
# This one needs to be kicked out of @standard
-smartmontools
# We use gnome-control-center's printer and input sources panels instead
-system-config-printer
-im-chooser
%end

View File

@ -3,27 +3,10 @@
# mailto:desktop@lists.fedoraproject.org
%include fedora-live-base.ks
%include fedora-gnome-packages.ks
part / --size 4096
%packages
@firefox
@gnome-desktop
@libreoffice
# FIXME; apparently the glibc maintainers dislike this, but it got put into the
# desktop image at some point. We won't touch this one for now.
nss-mdns
# This one needs to be kicked out of @standard
-smartmontools
# We use gnome-control-center's printer and input sources panels instead
-system-config-printer
-im-chooser
%end
%post
cat >> /etc/rc.d/init.d/livesys << EOF