init
[nethome.git] / src / OOo-LiveCD.ks
diff --git a/src/OOo-LiveCD.ks b/src/OOo-LiveCD.ks
new file mode 100644 (file)
index 0000000..1546e9f
--- /dev/null
@@ -0,0 +1,69 @@
+# $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