%include livecd-fedora-9-base-stap.ks %packages @graphical-internet @gnome-desktop nss-mdns NetworkManager-vpnc NetworkManager-openvpn #planner #inkscape # These fonts are only used in the commented-out locales above -lklug-fonts -abyssinica-fonts -jomolhari-fonts -lohit-* -cjkunifonts-* -baekmuk-ttf-fonts-* -VLGothic-fonts -thaifonts-scalable -kacst-fonts -paktype-fonts -stix-fonts -mathml-fonts -dejavu-fonts -xorg-x11-fonts-misc -liberations-fonts # Sorry do not have room for accessibility support -festival -festvox-slt-arctic-hts -gnome-speech -gok -orca -festival -festvox-slt-arctic-hts # dictionaries are big -aspell-* -hunspell-* -man-pages-* -scim-tables-* -wqy-bitmap-fonts -dejavu-fonts-experimental -words # more fun with space saving -scim-lang-chinese -scim-python* -scim-chewing -libchewing -scim-pinyin # save some space -gnome-user-docs -gimp-help -evolution-help -evolution -autofs -nss_db -vino -dasher -evince-dvi -evince-djvu # not needed for gnome -acpid # temporary - drags in many deps -ekiga -tomboy -f-spot -gutenprint-foomatic -foomatic -hal-cups-utils -system-config-printer -system-config-printer-libs -enscript -gnumeric -abiword -isdn4k-utils -gnome-power-manager -gthumb -gcalctool -gnome-media -gnome-audio -gnome-background -gedit -gnupg -eog -file-roller -lftp -transmission -sendmail -gnome-screensaver -fedora-screensaver-theme -fedorainfinity-screensaver-theme -pilot-link -gnome-pilot -gnokii -gnome-phone-manager -httpd -gnome-user-share -pidgin -libpurple -nautilus-sendto -python-paste -smolt -smolt-firstboot -compiz-* # Material added for OLS systemtap tutorial kernel-devel kernel-debuginfo systemtap systemtap-testsuite stap_tutorial vim-enhanced vim-common vim-X11 vim-vimoutliner %end %post cat >> /etc/rc.d/init.d/fedora-live << EOF # 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=fedora TimedLoginDelay=60 FOE EOF %end