Subversion Repositories livecd

Rev

Rev 435 | Details | Compare with Previous | Last modification | View Log | RSS feed

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