Subversion Repositories livecd

Rev

Rev 435 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 435 Rev 438
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD 64bit with gnome desktop
3
#  LiveCD 64bit with gnome desktop
4
#
4
#
5
#  Urs Beyerle, ETHZ
5
#  Urs Beyerle, ETHZ
6
#
6
#
7
########################################################################
7
########################################################################
8
 
8
 
9
########################################################################
9
########################################################################
10
# Include kickstart files
10
# Include kickstart files
11
########################################################################
11
########################################################################
12
 
12
 
13
%include sl610-livecd-gnome.ks
13
%include sl610-livecd-gnome.ks
14
 
14
 
15
########################################################################
15
########################################################################
16
# Packages
16
# Packages
17
########################################################################
17
########################################################################
18
 
18
 
19
%packages
19
%packages
20
 
20
 
21
# xfsprogs only avaialbe on 64 bit
21
# xfsprogs only avaialbe on 64 bit
22
xfsprogs
22
xfsprogs
23
 
23
 
24
# remove packages in order to save disk space
24
# remove packages in order to save disk space
25
-totem
25
-totem
26
-totem-nautilus
26
-totem-nautilus
-
 
27
-totem-mozplugin
-
 
28
-totem-pl-parser
-
 
29
-gstreamer-plugins-bad-free
-
 
30
-gstreamer-ffmpeg
27
-vlgothic-fonts
31
-vlgothic-fonts
28
 
32
 
29
%end
33
%end
30
 
34