2008-09-24 16:52:43 +00:00
|
|
|
# Maintained by the Fedora Desktop SIG:
|
|
|
|
# http://fedoraproject.org/wiki/SIGs/Desktop
|
|
|
|
# mailto:fedora-desktop-list@redhat.com
|
|
|
|
|
2009-07-26 17:07:09 +00:00
|
|
|
# NOTE!
|
|
|
|
#
|
|
|
|
# This kickstart file is non-branded to facilitate doing test spins
|
|
|
|
# without trademark complications. You NEED to remove the debranding
|
|
|
|
# lines below when doing official spins.
|
|
|
|
|
2008-04-13 15:24:59 +00:00
|
|
|
%include fedora-live-base.ks
|
|
|
|
|
|
|
|
%packages
|
|
|
|
@games
|
|
|
|
@graphical-internet
|
|
|
|
@graphics
|
|
|
|
@sound-and-video
|
|
|
|
@gnome-desktop
|
|
|
|
nss-mdns
|
2009-03-06 04:41:11 +00:00
|
|
|
NetworkManager-vpnc
|
|
|
|
NetworkManager-openvpn
|
2008-04-13 15:24:59 +00:00
|
|
|
# we don't include @office so that we don't get OOo. but some nice bits
|
|
|
|
abiword
|
2008-10-08 19:01:57 +00:00
|
|
|
#gnumeric
|
2008-04-13 15:24:59 +00:00
|
|
|
#planner
|
|
|
|
#inkscape
|
|
|
|
|
2008-08-11 14:50:41 +00:00
|
|
|
# avoid weird case where we pull in more festival stuff than we need
|
|
|
|
festival
|
|
|
|
festvox-slt-arctic-hts
|
|
|
|
|
2008-04-13 15:24:59 +00:00
|
|
|
# dictionaries are big
|
|
|
|
-aspell-*
|
2008-08-11 14:50:41 +00:00
|
|
|
-hunspell-*
|
2009-07-06 16:33:05 +00:00
|
|
|
-man-pages*
|
2008-10-08 19:01:57 +00:00
|
|
|
-words
|
2008-04-13 15:24:59 +00:00
|
|
|
|
|
|
|
# save some space
|
|
|
|
-gnome-user-docs
|
|
|
|
-gimp-help
|
2008-10-08 19:01:57 +00:00
|
|
|
-gimp-help-browser
|
2009-07-18 07:17:23 +00:00
|
|
|
-gimp-data-extras
|
2008-04-13 15:24:59 +00:00
|
|
|
-evolution-help
|
2008-10-08 19:01:57 +00:00
|
|
|
-gnome-games
|
2008-09-24 16:52:43 +00:00
|
|
|
-gnome-games-help
|
2008-04-13 15:24:59 +00:00
|
|
|
-nss_db
|
|
|
|
-vino
|
2008-10-08 19:01:57 +00:00
|
|
|
-isdn4k-utils
|
2008-08-11 14:50:41 +00:00
|
|
|
-dasher
|
|
|
|
-evince-dvi
|
|
|
|
-evince-djvu
|
2009-07-21 18:56:11 +00:00
|
|
|
-krb5-auth-dialog
|
2008-08-11 14:50:41 +00:00
|
|
|
# not needed for gnome
|
|
|
|
-acpid
|
2009-07-06 18:08:43 +00:00
|
|
|
-wget
|
2008-10-08 19:01:57 +00:00
|
|
|
|
|
|
|
# these pull in excessive dependencies
|
2008-08-11 14:50:41 +00:00
|
|
|
-ekiga
|
2009-07-07 01:09:51 +00:00
|
|
|
-tomboy
|
2008-08-11 14:50:41 +00:00
|
|
|
-f-spot
|
2009-07-20 14:22:11 +00:00
|
|
|
|
|
|
|
# drop some system-config things
|
|
|
|
-system-config-boot
|
|
|
|
-system-config-language
|
|
|
|
-system-config-lvm
|
|
|
|
-system-config-network
|
|
|
|
-system-config-rootpassword
|
|
|
|
-system-config-services
|
2009-07-21 05:09:35 +00:00
|
|
|
-policycoreutils-gui
|
2009-07-21 18:56:11 +00:00
|
|
|
|
2009-07-23 13:24:18 +00:00
|
|
|
# use the PackageKit helper for bash
|
|
|
|
PackageKit-command-not-found
|
|
|
|
|
2009-07-23 18:40:52 +00:00
|
|
|
# debrand test spins. Remove this for official releases !
|
|
|
|
-fedora-logos
|
|
|
|
generic-logos
|
|
|
|
|
2008-04-13 15:24:59 +00:00
|
|
|
%end
|
|
|
|
|
|
|
|
%post
|
2008-10-02 15:05:16 +00:00
|
|
|
cat >> /etc/rc.d/init.d/livesys << EOF
|
2008-04-13 15:24:59 +00:00
|
|
|
# disable screensaver locking
|
|
|
|
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null
|
|
|
|
# set up timed auto-login for after 60 seconds
|
2008-08-11 14:52:45 +00:00
|
|
|
cat >> /etc/gdm/custom.conf << FOE
|
|
|
|
[daemon]
|
|
|
|
TimedLoginEnable=true
|
2008-10-02 15:05:16 +00:00
|
|
|
TimedLogin=liveuser
|
2008-08-11 14:52:45 +00:00
|
|
|
TimedLoginDelay=60
|
|
|
|
FOE
|
2008-04-13 15:24:59 +00:00
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%end
|