Subversion Repositories livecd

Rev

Rev 389 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
337 beyerleu 1
########################################################################
2
#
3
#  LiveCD with gnome desktop
4
#
5
#  Urs Beyerle, ETHZ
6
#
7
########################################################################
8
 
9
part / --size 4096 --fstype ext4
10
 
11
########################################################################
12
# Include kickstart files
13
########################################################################
14
 
15
%include sl6rolling-live-base.ks
16
%include sl6rolling-extra-software.ks
17
%include sl6rolling-doc.ks
18
 
19
 
20
########################################################################
21
# Packages
22
########################################################################
23
 
24
%packages
25
# packages removed from @base
26
-bind-utils
27
-ed
28
-kexec-tools
29
-system-config-kdump
30
-libaio
31
-libhugetlbfs
32
-microcode_ctl
33
-psacct
34
-quota
35
-autofs
36
-smartmontools
37
 
38
@basic-desktop
39
# package removed from @basic-desktop
40
-gok
41
 
42
@desktop-platform
43
# packages removed from @desktop-platform
44
-redhat-lsb
45
 
46
@dial-up
47
 
48
@fonts
49
 
50
@general-desktop
51
# package removed from @general-desktop
52
-gnome-backgrounds
53
-gnome-user-share
54
-nautilus-sendto
55
-orca
56
-rhythmbox
57
-vino
339 beyerleu 58
-compiz
59
-compiz-gnome
60
-evince-dvi
61
-gnote
62
-sound-juicer
337 beyerleu 63
 
343 beyerleu 64
# @input-methods
337 beyerleu 65
 
66
@internet-applications
67
# package added to @internet-applications
347 beyerleu 68
# xchat
337 beyerleu 69
# packages removed from @internet-applications
70
-ekiga
71
 
72
@internet-browser
73
 
74
### SL LiveCD specific changes
75
 
76
## packages to remove to save diskspace
77
-evolution
78
-evolution-help
79
-evolution-mapi
80
-scenery-backgrounds
81
-redhat-lsb-graphics
82
-qt3
83
-xinetd
84
-openswan
85
-pinentry-gtk
86
-seahorse
87
-hunspell-*
88
-words
89
-nano
90
-pinfo
91
-vim-common
92
-vim-enhanced
367 beyerleu 93
-system-config-printer
94
-system-config-printer-udev
95
-system-config-printer-libs
355 beyerleu 96
-samba-common
97
-samba-client
367 beyerleu 98
-cifs-utils
99
-gvfs-smb
100
-gnome-vfs2-smb
101
-libsmbclient
102
-samba-winbind
103
-samba-winbind-clients
355 beyerleu 104
-mousetweaks
367 beyerleu 105
-foomatic-db-ppds
106
-redhat-lsb-printing
372 beyerleu 107
-eog
108
-qt
109
-gcalctool
110
-gnome-system-monitor
379 beyerleu 111
-nc
112
-minicom
389 beyerleu 113
-gnome-utils-libs
114
-gnome-utils
115
-evince
116
-ghostscript
117
-ghostscript-fonts
118
-poppler
119
-poppler-data
120
-gnome-applets
121
-gucharmap
409 beyerleu 122
#-cheese
123
#-gthumb
337 beyerleu 124
 
372 beyerleu 125
#brasero
126
-brasero-nautilus
127
-brasero-libs
128
-brasero
129
-libburn
130
-vorbis-tools
131
-libisofs
132
 
133
# pidgin
134
-pidgin
135
-gssdp
136
-farsight2
137
-gupnp
138
-gupnp-igd
139
-libnice
140
-libpurple
141
-gtkspell
142
-meanwhile
143
 
337 beyerleu 144
## remove some fonts and input methods
145
# remove Chinese font (Ming face) (8.9 MB)
146
-cjkuni-fonts-common
147
-cjkuni-uming-fonts
148
# remove Korean input method (2.1 MB)
149
-ibus-hangul
150
-libhangul
389 beyerleu 151
# remove fonts
152
-tibetan-machine-uni-fonts
153
-urw-fonts
154
-un-core-dotum-fonts
155
-jomolhari-fonts 
156
-wqy-zenhei-fonts
337 beyerleu 157
 
158
## packages to add
409 beyerleu 159
# thunderbird
343 beyerleu 160
xorg-x11-fonts-100dpi
348 beyerleu 161
xorg-x11-fonts-ISO8859-1-100dpi
162
xorg-x11-fonts-Type1
343 beyerleu 163
nautilus-sendto
337 beyerleu 164
 
367 beyerleu 165
## packages which are no longer included
166
# @openafs-client
167
# system-config-printer
168
# system-config-printer-udev
372 beyerleu 169
# phonon-backend-gstreamer
170
# cups
171
# cups-pk-helper
172
# lftp
374 beyerleu 173
# spice-client
367 beyerleu 174
 
337 beyerleu 175
%end
176
 
177
 
178
########################################################################
179
# Post installation
180
########################################################################
181
 
182
%post
183
 
184
# remove folders/files that use a lot of diskspace
185
# and are not really needed for LiveCD
186
rm -rf /usr/share/doc/openafs-*
187
rm -rf /usr/share/doc/testdisk-*
188
 
189
%end