mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 11:04:22 +00:00
split out desktop packages
This commit is contained in:
parent
9556cf3bc0
commit
c9f3aed3d6
17
fedora-gnome-packages.ks
Normal file
17
fedora-gnome-packages.ks
Normal 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
|
@ -3,27 +3,10 @@
|
|||||||
# mailto:desktop@lists.fedoraproject.org
|
# mailto:desktop@lists.fedoraproject.org
|
||||||
|
|
||||||
%include fedora-live-base.ks
|
%include fedora-live-base.ks
|
||||||
|
%include fedora-gnome-packages.ks
|
||||||
|
|
||||||
part / --size 4096
|
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
|
%post
|
||||||
cat >> /etc/rc.d/init.d/livesys << EOF
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user