# $Id$ %include /usr/share/spin-kickstarts/fedora-livecd-desktop.ks #%include /usr/share/rpmfusion-nonfree-remix-kickstarts/rpmfusion-nonfree-livecd-desktop.ks timezone Europe/Prague selinux --disabled %packages --excludedocs # selinux toolchain of policycoreutils, libsemanage, ustr -policycoreutils -checkpolicy -selinux-policy* -libselinux-python -libselinux -setroubleshoot* # office evince openoffice.org-base openoffice.org-calc openoffice.org-impress openoffice.org-math openoffice.org-writer openoffice.org-extendedPDF -abiword # graphics gimp inkscape # misc twinkle gdb powertop acpitool wget pidgin mutt youtube-dl thunderbird qemu-img qemu-kvm qemu-system-x86 # non-free #mplayer %end %post cat >> /etc/rc.d/init.d/livesys << EOF # set up timed auto-login for after 60 seconds cat >> /etc/gdm/custom.conf << FOE [daemon] AutomaticLoginEnable=true AutomaticLogin=liveuser [security] DisallowTCP=false [greeter] SoundOnLogin=false FOE EOF %end