Subversion Repositories livecd

Rev

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

Rev Author Line No. Line
359 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 sl64-live-base.ks
16
%include sl64-extra-software.ks
17
%include sl64-doc.ks
18
 
19
# %include sl64-live-NONPAE.ks   # uncomment to build with nonpae kernel from elrepo  
20
# %include sl64-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
362 beyerleu 96
-system-config-printer
97
-system-config-printer-udev
98
-system-config-printer-libs
359 beyerleu 99
-samba-common
100
-samba-client
362 beyerleu 101
-cifs-utils
102
-gvfs-smb
103
-gnome-vfs2-smb
104
-libsmbclient
105
-samba-winbind
106
-samba-winbind-clients
359 beyerleu 107
-mousetweaks
362 beyerleu 108
-foomatic-db-ppds
109
-redhat-lsb-printing
110
-selinux-policy
111
-selinux-policy-targeted
359 beyerleu 112
 
113
## remove some fonts and input methods
114
# remove Chinese font (Ming face) (8.9 MB)
115
# we still have wqy-zenhei-fonts 
116
-cjkuni-fonts-common
117
-cjkuni-uming-fonts
118
# remove Korean input method (2.1 MB)
119
-ibus-hangul
120
-libhangul
121
 
122
## packages to add
123
lftp
124
thunderbird
125
cups
126
cups-pk-helper
127
xorg-x11-fonts-100dpi
128
xorg-x11-fonts-ISO8859-1-100dpi
129
xorg-x11-fonts-Type1
130
nautilus-sendto
131
spice-client
132
spice-xpi
133
phonon-backend-gstreamer
134
 
362 beyerleu 135
## packages which are no longer included
136
# @openafs-client
137
# system-config-printer
138
# system-config-printer-udev
139
 
359 beyerleu 140
%end
141
 
142
 
143
########################################################################
144
# Post installation
145
########################################################################
146
 
147
%post
148
 
149
# remove folders/files that use a lot of diskspace
150
# and are not really needed for LiveCD
151
rm -rf /usr/share/doc/openafs-*
152
rm -rf /usr/share/doc/testdisk-*
153
 
154
%end