+ed
[nethome.git] / src / OOo-LiveCD.ks
1 # $Id$
2
3 %include /usr/share/spin-kickstarts/fedora-livecd-desktop.ks
4 #%include /usr/share/rpmfusion-nonfree-remix-kickstarts/rpmfusion-nonfree-livecd-desktop.ks
5
6 timezone Europe/Prague
7 selinux --disabled
8
9 %packages --excludedocs
10
11 # selinux toolchain of policycoreutils, libsemanage, ustr
12 -policycoreutils
13 -checkpolicy
14 -selinux-policy*
15 -libselinux-python
16 -libselinux
17 -setroubleshoot*
18
19 # office
20 evince
21 openoffice.org-base
22 openoffice.org-calc
23 openoffice.org-impress
24 openoffice.org-math
25 openoffice.org-writer
26 openoffice.org-extendedPDF
27 -abiword
28
29 # graphics
30 gimp
31 inkscape
32
33 # misc
34 twinkle
35 gdb
36 powertop
37 acpitool
38 wget
39 pidgin
40 mutt
41 youtube-dl
42 thunderbird
43 qemu-img
44 qemu-kvm
45 qemu-system-x86
46
47 # non-free
48 #mplayer
49
50 %end
51
52 %post
53
54 cat >> /etc/rc.d/init.d/livesys << EOF
55
56 # set up timed auto-login for after 60 seconds
57 cat >> /etc/gdm/custom.conf << FOE
58 [daemon]
59 AutomaticLoginEnable=true
60 AutomaticLogin=liveuser
61 [security]
62 DisallowTCP=false
63 [greeter]
64 SoundOnLogin=false
65 FOE
66
67 EOF
68
69 %end