# fedora-livecd-xfce.ks # # Description: # - Fedora Live Spin with the moblin2 Environment # # Maintainer(s): # - Satish Mohan %include edora-live-base.ks %packages -firefox NetworkManager-vpnc NetworkManager-openvpn NetworkManager-gnome NetworkManager-pptp # we don't include @office so that we don't get OOo. but some nice bits abiword gnumeric evince -evince-dvi -evince-djvu galculator # More Desktop stuff xdg-user-dirs @java dates tasks contacts empathy claws-mail alsa-plugins-pulseaudio nautilus gnome-session gdm gnome-mount control-center gnome-terminal geoclue gssdp gstreamer gstreamer-plugins-base gstreamer-plugins-good gstreamer-plugins-farsight gstreamer-python gstreamer-tools gstreamer-plugins-schroedinger gupnp gupnp-av gupnp-ui gypsy json-glib obexd # Command line powertop wget mutt yum-utils # moblin packages ccss-0.2.0 mozilla-headless-services-0.1.0.20090518 clutter-0.9.2.20090515 clutter-box2d-0.9.20090313 clutter-gst-0.9.20090513 clutter-gtk-0.9.20090512 clutter-mozembed-0.0.20090518 nbtk-0.7.4 anerley-0.0.5 bickley-0.4.20090518 rest-0.3.1 twitter-glib-0.9.8 unique-1.0.6 mux-0.3 bisho-0.7 jana-20090319 metacity-2.27.0.0.12 bognor-regis-0.3.1.20090513 connman-0.19 gconnman-0.1.13 mutter-moblin-0.21.3 hornsey-0.0.20090518 moblin-gtk-engine-0.2.4 moblin-session-0.6 moblin-web-browser-0.0.20090518 mojito-0.13.8.1 carrick-0.0.6 dalston-0.0.15 moblin-cursor-theme-0.1 moblin-icon-theme-0.3 moblin-sound-theme-0.1 moblin-user-skel-0.8 moblin-ux-settings-0.11 # dictionaries are big -aspell-* -man-pages-* -scim-tables-* # more fun with space saving #-scim-lang-chinese #scim-chewing #scim-pinyin -gimp-help # save some space -autofs -nss_db -sendmail ssmtp -acpid system-config-printer %end %post # moblin configuration # create /etc/sysconfig/desktop (needed for installation) cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF chown -R liveuser:liveuser /home/liveuser # 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 cat >> /etc/gdm/custom.conf << FOE [daemon] TimedLoginEnable=true TimedLogin=liveuser TimedLoginDelay=60 FOE EOF %post # remove this session file from gnome-session package to make moblin2 the default # temporary hack till this file is split up from the package (from xfce spin ks) rm -rf /usr/share/xsessions/gnome.desktop %end