From af94e059e8a56f7ad452a1e83510dd2b729e61ba Mon Sep 17 00:00:00 2001 From: Sebastian Dziallas Date: Feb 27 2009 21:35:42 +0000 Subject: remove kickstart file for Fedora Sugar Spin --- diff --git a/fedora-livecd-sugar.ks b/fedora-livecd-sugar.ks deleted file mode 100644 index 7c8dc4a..0000000 --- a/fedora-livecd-sugar.ks +++ /dev/null @@ -1,64 +0,0 @@ -# Filename: -# fedora-livecd-sugar.ks -# Maintainers: -# Sebastian Dziallas -# Marco Pesenti Gritti - -%include fedora-live-base.ks - -%packages - -# sugar! -@sugar-desktop - -# e-mail client -alpine - -# display manager -slim - -# exclude input methods --scim* --m17n* - -# avoid weird case where we pull in more festival stuff than we need -festival -festvox-slt-arctic-hts - -# dictionaries are big --aspell-* --hunspell-* --man-pages-* --words - -%end - -%post -cat > /etc/sysconfig/desktop <> /etc/rc.d/init.d/livesys << EOF - -chkconfig --level 5 setroubleshoot off 2>/dev/null -chkconfig --level 5 sendmail off 2>/dev/null -chkconfig --level 5 bluetooth off 2>/dev/null -chkconfig --level 5 cupsd off 2>/dev/null - -# 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/slim.conf << FOE -auto_login yes -default_user liveuser -FOE - -# setup xinitrc -echo "sugar-shell" > /home/liveuser/.xinitrc -chmod a+x /home/liveuser/.xinitrc -chown liveuser:liveuser /home/liveuser/.xinitrc - -EOF - -%end