Subversion Repositories livecd

Rev

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

Rev Author Line No. Line
359 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 sl64-livecd-gnome.ks
14
 
15
########################################################################
16
# Packages
17
########################################################################
18
 
19
%packages
20
 
21
# xfsprogs only avaialbe on 64 bit
22
xfsprogs
23
 
24
# save some diskspace
363 beyerleu 25
#-xorg-x11-fonts-ISO8859-1-100dpi
26
#-xorg-x11-fonts-Type1
359 beyerleu 27
-wqy-zenhei-fonts
28
 
29
%end
30