Subversion Repositories livecd

Rev

Rev 355 | Rev 372 | Go to most recent revision | 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
 
367 beyerleu 19
# %include sl6rolling-live-NONPAE.ks   # uncomment to build with nonpae kernel from elrepo  
20
# %include sl6rolling-config-icewm.ks
337 beyerleu 21
 
367 beyerleu 22
 
337 beyerleu 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
339 beyerleu 61
-compiz
62
-compiz-gnome
63
-evince-dvi
64
-gnote
65
-sound-juicer
337 beyerleu 66
 
343 beyerleu 67
# @input-methods
337 beyerleu 68
 
69
@internet-applications
70
# package added to @internet-applications
347 beyerleu 71
# xchat
337 beyerleu 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
367 beyerleu 96
-system-config-printer
97
-system-config-printer-udev
98
-system-config-printer-libs
355 beyerleu 99
-samba-common
100
-samba-client
367 beyerleu 101
-cifs-utils
102
-gvfs-smb
103
-gnome-vfs2-smb
104
-libsmbclient
105
-samba-winbind
106
-samba-winbind-clients
355 beyerleu 107
-mousetweaks
367 beyerleu 108
-foomatic-db-ppds
109
-redhat-lsb-printing
337 beyerleu 110
 
111
## remove some fonts and input methods
112
# remove Chinese font (Ming face) (8.9 MB)
113
# we still have wqy-zenhei-fonts 
114
-cjkuni-fonts-common
115
-cjkuni-uming-fonts
116
# remove Korean input method (2.1 MB)
117
-ibus-hangul
118
-libhangul
119
 
120
## packages to add
121
lftp
122
thunderbird
123
cups
124
cups-pk-helper
343 beyerleu 125
xorg-x11-fonts-100dpi
348 beyerleu 126
xorg-x11-fonts-ISO8859-1-100dpi
127
xorg-x11-fonts-Type1
343 beyerleu 128
nautilus-sendto
129
spice-client
130
phonon-backend-gstreamer
337 beyerleu 131
 
367 beyerleu 132
## packages which are no longer included
133
# @openafs-client
134
# system-config-printer
135
# system-config-printer-udev
136
 
337 beyerleu 137
%end
138
 
139
 
140
########################################################################
141
# Post installation
142
########################################################################
143
 
144
%post
145
 
146
# remove folders/files that use a lot of diskspace
147
# and are not really needed for LiveCD
148
rm -rf /usr/share/doc/openafs-*
149
rm -rf /usr/share/doc/testdisk-*
150
 
151
%end