summaryrefslogtreecommitdiffstats
path: root/fedora-livecd-mate-compiz.ks
blob: 7800f53d9552e1000ac2c96d14e0673a003ad8c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Desktop with customizations to fit in a CD (package removals, etc.)
# Maintained by the Fedora Desktop SIG:
# http://fedoraproject.org/wiki/SIGs/Desktop
# mailto:desktop@lists.fedoraproject.org

%include fedora-live-mate-compiz.ks
%include fedora-live-minimization.ks

%packages
# First, no office
-planner

# Drop things for size
-brasero
-desktop-backgrounds-basic
-desktop-backgrounds-compat
-evolution
-evolution-data-server
-filezilla
-firefox
-geany
-gnome-rdp
-gnome-user-docs
-hicolor-icon-theme
-libreoffice-*
-libgweather
-mate-bluetooth
-mate-menu-editor
-mate-utils
-mate-system-monitor
-schroedinger-cat-backgrounds
-simple-scan
-system-config-printer
-tigervnc
-tigervnc-license
-transmission-gtk
-wvdial
-xpdf
-xterm
-yelp

# A web browser would be nice for a live cd
midori

# Drop the Java plugin
-icedtea-web
-java-1.7.0-openjdk
-java-1.8.0-openjdk

# Drop things that pull in perl
-linux-atm

# No printing
-foomatic-db-ppds
-foomatic

# Dictionaries are big
# we're going to try keeping hunspell-* after notting, davidz, and ajax voiced
# strong preference to giving it a go on #fedora-desktop.
# also see http://bugzilla.gnome.org/681084
-aspell-*
-man-pages*
-words

# Help and art can be big, too
-gnome-user-docs
-evolution-help
-desktop-backgrounds-basic
-*backgrounds-extras

# Legacy cmdline things we don't want
-krb5-auth-dialog
-krb5-workstation
-pam_krb5
-quota
-nano
-minicom
-dos2unix
-finger
-ftp
-jwhois
-mtr
-pinfo
-rsh
-telnet
-nfs-utils
-ypbind
-yp-tools
-rpcbind
-acpid
-ntsysv

# Drop some system-config things
-system-config-boot
-system-config-language
-system-config-rootpassword
-system-config-services
-policycoreutils-gui

%end

%post
# This is a huge file and things work ok without it
rm -f /usr/share/icons/HighContrast/icon-theme.cache

%end