Subversion Repositories livecd

Rev

Rev 348 | 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-config-icewm.ks
17
%include sl6rolling-extra-software.ks
18
%include sl6rolling-doc.ks
19
 
20
 
21
########################################################################
22
# Packages
23
########################################################################
24
 
25
%packages
26
# packages removed from @base
27
-bind-utils
28
-ed
29
-kexec-tools
30
-system-config-kdump
31
-libaio
32
-libhugetlbfs
33
-microcode_ctl
34
-psacct
35
-quota
36
-autofs
37
-smartmontools
38
 
39
@basic-desktop
40
# package removed from @basic-desktop
41
-gok
42
 
43
@desktop-platform
44
# packages removed from @desktop-platform
45
-redhat-lsb
46
 
47
@dial-up
48
 
49
@fonts
50
 
51
@general-desktop
52
# package removed from @general-desktop
53
-gnome-backgrounds
54
-gnome-user-share
55
-nautilus-sendto
56
-orca
57
-rhythmbox
58
-vino
339 beyerleu 59
-compiz
60
-compiz-gnome
61
-evince-dvi
62
-gnote
63
-sound-juicer
337 beyerleu 64
 
343 beyerleu 65
# @input-methods
337 beyerleu 66
 
67
@internet-applications
68
# package added to @internet-applications
347 beyerleu 69
# xchat
337 beyerleu 70
# packages removed from @internet-applications
71
-ekiga
72
 
73
@internet-browser
74
 
75
### SL LiveCD specific changes
76
 
77
## packages to remove to save diskspace
78
-evolution
79
-evolution-help
80
-evolution-mapi
81
-scenery-backgrounds
82
-redhat-lsb-graphics
83
-qt3
84
-xinetd
85
-openswan
86
-pinentry-gtk
87
-seahorse
88
-hunspell-*
89
-words
90
-nano
91
-pinfo
92
-vim-common
93
-vim-enhanced
355 beyerleu 94
-samba-common
95
-samba-client
96
-mousetweaks
337 beyerleu 97
 
98
## remove some fonts and input methods
99
# remove Chinese font (Ming face) (8.9 MB)
100
# we still have wqy-zenhei-fonts 
101
-cjkuni-fonts-common
102
-cjkuni-uming-fonts
103
# remove Korean input method (2.1 MB)
104
-ibus-hangul
105
-libhangul
106
 
107
## packages to add
108
lftp
109
thunderbird
110
#@openafs-client
111
cups
112
cups-pk-helper
339 beyerleu 113
system-config-printer
348 beyerleu 114
system-config-printer-udev
343 beyerleu 115
xorg-x11-fonts-100dpi
348 beyerleu 116
xorg-x11-fonts-ISO8859-1-100dpi
117
xorg-x11-fonts-Type1
343 beyerleu 118
nautilus-sendto
119
spice-client
120
spice-xpi
121
phonon-backend-gstreamer
337 beyerleu 122
 
123
%end
124
 
125
 
126
########################################################################
127
# Post installation
128
########################################################################
129
 
130
%post
131
 
132
# remove folders/files that use a lot of diskspace
133
# and are not really needed for LiveCD
134
rm -rf /usr/share/doc/openafs-*
135
rm -rf /usr/share/doc/testdisk-*
136
 
137
%end