Subversion Repositories livecd

Rev

Rev 368 | Rev 370 | 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
# %include sl65-live-NONPAE.ks   # uncomment to build with nonpae kernel from elrepo  
20
# %include sl65-config-icewm.ks
21
 
22
 
23
########################################################################
24
# Packages
25
########################################################################
26
 
27
%packages
28
# packages removed from @base
29
-bind-utils
30
-ed
31
-kexec-tools
32
-system-config-kdump
33
-libaio
34
-libhugetlbfs
35
-microcode_ctl
36
-psacct
37
-quota
38
-autofs
39
-smartmontools
40
 
41
@basic-desktop
42
# package removed from @basic-desktop
43
-gok
44
 
45
@desktop-platform
46
# packages removed from @desktop-platform
47
-redhat-lsb
48
 
49
@dial-up
50
 
51
@fonts
52
 
53
@general-desktop
54
# package removed from @general-desktop
55
-gnome-backgrounds
56
-gnome-user-share
57
-nautilus-sendto
58
-orca
59
-rhythmbox
60
-vino
61
-compiz
62
-compiz-gnome
63
-evince-dvi
64
-gnote
65
-sound-juicer
66
 
67
# @input-methods
68
 
69
@internet-applications
70
# package added to @internet-applications
71
# xchat
72
# packages removed from @internet-applications
73
-ekiga
74
 
75
@internet-browser
76
 
77
### SL LiveCD specific changes
78
 
79
## packages to remove to save diskspace
80
-evolution
81
-evolution-help
82
-evolution-mapi
83
-scenery-backgrounds
84
-redhat-lsb-graphics
85
-qt3
86
-xinetd
87
-openswan
88
-pinentry-gtk
89
-seahorse
90
-hunspell-*
91
-words
92
-nano
93
-pinfo
94
-vim-common
95
-vim-enhanced
96
-system-config-printer
97
-system-config-printer-udev
98
-system-config-printer-libs
99
-samba-common
100
-samba-client
101
-cifs-utils
102
-gvfs-smb
103
-gnome-vfs2-smb
104
-libsmbclient
105
-samba-winbind
106
-samba-winbind-clients
107
-mousetweaks
108
-foomatic-db-ppds
109
-redhat-lsb-printing
369 beyerleu 110
-eog
111
-qt
112
-gcalctool
113
-gnome-utils-libs
114
-gnome-utils
115
-gnome-system-monitor
368 beyerleu 116
 
369 beyerleu 117
#brasero
118
-brasero-nautilus
119
-brasero-libs
120
-brasero
121
-libburn
122
-vorbis-tools
123
-libisofs
124
 
125
# pidgin
126
-pidgin
127
-gssdp
128
-farsight2
129
-gupnp
130
-gupnp-igd
131
-libnice
132
-libpurple
133
-gtkspell
134
-meanwhile
135
 
368 beyerleu 136
## remove some fonts and input methods
137
# remove Chinese font (Ming face) (8.9 MB)
138
# we still have wqy-zenhei-fonts 
139
-cjkuni-fonts-common
140
-cjkuni-uming-fonts
141
# remove Korean input method (2.1 MB)
142
-ibus-hangul
143
-libhangul
144
 
145
## packages to add
146
lftp
147
thunderbird
148
xorg-x11-fonts-100dpi
149
xorg-x11-fonts-ISO8859-1-100dpi
150
xorg-x11-fonts-Type1
151
nautilus-sendto
152
spice-client
153
 
154
## packages which are no longer included
155
# @openafs-client
156
# system-config-printer
157
# system-config-printer-udev
369 beyerleu 158
# phonon-backend-gstreamer
159
# cups
160
# cups-pk-helper
368 beyerleu 161
 
162
%end
163
 
164
 
165
########################################################################
166
# Post installation
167
########################################################################
168
 
169
%post
170
 
171
# remove folders/files that use a lot of diskspace
172
# and are not really needed for LiveCD
173
rm -rf /usr/share/doc/openafs-*
174
rm -rf /usr/share/doc/testdisk-*
175
 
176
%end