Subversion Repositories livecd

Rev

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

Rev Author Line No. Line
385 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 sl66-live-base.ks
16
%include sl66-extra-software.ks
17
%include sl66-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
58
-compiz
59
-compiz-gnome
60
-evince-dvi
61
-gnote
62
-sound-juicer
63
 
64
# @input-methods
65
 
66
@internet-applications
67
# package added to @internet-applications
68
# xchat
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
93
-system-config-printer
94
-system-config-printer-udev
95
-system-config-printer-libs
96
-samba-common
97
-samba-client
98
-cifs-utils
99
-gvfs-smb
100
-gnome-vfs2-smb
101
-libsmbclient
102
-samba-winbind
103
-samba-winbind-clients
104
-mousetweaks
105
-foomatic-db-ppds
106
-redhat-lsb-printing
107
-eog
108
-qt
109
-gcalctool
110
-gnome-system-monitor
111
-nc
112
-minicom
387 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
385 beyerleu 122
 
123
#brasero
124
-brasero-nautilus
125
-brasero-libs
126
-brasero
127
-libburn
128
-vorbis-tools
129
-libisofs
130
 
131
# pidgin
132
-pidgin
133
-gssdp
134
-farsight2
135
-gupnp
136
-gupnp-igd
137
-libnice
138
-libpurple
139
-gtkspell
140
-meanwhile
141
 
142
## remove some fonts and input methods
143
# remove Chinese font (Ming face) (8.9 MB)
144
-cjkuni-fonts-common
145
-cjkuni-uming-fonts
146
# remove Korean input method (2.1 MB)
147
-ibus-hangul
148
-libhangul
388 beyerleu 149
# remove fonts
387 beyerleu 150
-tibetan-machine-uni-fonts
151
-urw-fonts
152
-vlghotic-fonts
153
-un-core-dotum-fonts
154
-jomolhari-fonts 
388 beyerleu 155
-wqy-zenhei-fonts
385 beyerleu 156
 
157
## packages to add
158
thunderbird
159
xorg-x11-fonts-100dpi
160
xorg-x11-fonts-ISO8859-1-100dpi
161
xorg-x11-fonts-Type1
162
nautilus-sendto
163
 
164
## packages which are no longer included
165
# @openafs-client
166
# system-config-printer
167
# system-config-printer-udev
168
# phonon-backend-gstreamer
169
# cups
170
# cups-pk-helper
171
# lftp
172
# spice-client
173
 
174
%end
175
 
176
 
177
########################################################################
178
# Post installation
179
########################################################################
180
 
181
%post
182
 
183
# remove folders/files that use a lot of diskspace
184
# and are not really needed for LiveCD
185
rm -rf /usr/share/doc/openafs-*
186
rm -rf /usr/share/doc/testdisk-*
187
 
188
%end