Subversion Repositories livecd

Rev

Rev 371 | Rev 375 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
368 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 sl65-live-base.ks
16
%include sl65-extra-software.ks
17
%include sl65-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
369 beyerleu 107
-eog
108
-qt
109
-gcalctool
110
-gnome-system-monitor
371 beyerleu 111
#gnome-utils-libs
112
#gnome-utils
368 beyerleu 113
 
369 beyerleu 114
#brasero
115
-brasero-nautilus
116
-brasero-libs
117
-brasero
118
-libburn
119
-vorbis-tools
120
-libisofs
121
 
122
# pidgin
123
-pidgin
124
-gssdp
125
-farsight2
126
-gupnp
127
-gupnp-igd
128
-libnice
129
-libpurple
130
-gtkspell
131
-meanwhile
132
 
368 beyerleu 133
## remove some fonts and input methods
134
# remove Chinese font (Ming face) (8.9 MB)
135
# we still have wqy-zenhei-fonts 
136
-cjkuni-fonts-common
137
-cjkuni-uming-fonts
138
# remove Korean input method (2.1 MB)
139
-ibus-hangul
140
-libhangul
141
 
142
## packages to add
143
thunderbird
144
xorg-x11-fonts-100dpi
145
xorg-x11-fonts-ISO8859-1-100dpi
146
xorg-x11-fonts-Type1
147
nautilus-sendto
148
 
149
## packages which are no longer included
150
# @openafs-client
151
# system-config-printer
152
# system-config-printer-udev
369 beyerleu 153
# phonon-backend-gstreamer
154
# cups
155
# cups-pk-helper
371 beyerleu 156
# lftp
373 beyerleu 157
# spice-client
368 beyerleu 158
 
159
%end
160
 
161
 
162
########################################################################
163
# Post installation
164
########################################################################
165
 
166
%post
167
 
168
# remove folders/files that use a lot of diskspace
169
# and are not really needed for LiveCD
170
rm -rf /usr/share/doc/openafs-*
171
rm -rf /usr/share/doc/testdisk-*
172
 
173
%end