Subversion Repositories livecd

Rev

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

Rev Author Line No. Line
368 beyerleu 1
########################################################################
2
#
3
#  LiveDVD with gnome (default), kde and icewm desktop
4
#
5
#  Urs Beyerle, ETHZ
6
#
7
########################################################################
8
 
9
part / --size 8192 --fstype ext4
10
 
11
########################################################################
12
# Include kickstart files
13
########################################################################
14
 
15
%include sl65-live-base.ks
16
%include sl65-config-icewm.ks
17
%include sl65-extra-software.ks
18
%include sl65-extra-software-livedvd.ks
19
%include sl65-doc.ks
20
 
21
# %include sl65-live-NONPAE.ks   # uncomment to build with nonpae kernel from elrepo
22
 
23
########################################################################
24
# Packages
25
########################################################################
26
 
27
%packages
28
# package added to @network-tools
29
nmap
30
@backup-client
31
@basic-desktop
32
@desktop-platform
33
@dial-up
34
@emacs
35
@fonts
36
@general-desktop
37
@graphics
38
@input-methods
39
@internet-applications
40
# package added to @internet-applications
41
thunderbird
42
xchat
43
@internet-browser
44
@ice-desktop
45
@java-platform
46
@network-file-system-client
47
@office-suite
48
@performance
49
@perl-runtime
50
@print-client
51
@scientific
52
@security-tools
53
@system-admin-tools
54
@system-management
55
@technical-writing
56
@tex
57
 
58
# more groups added 
59
@backup-server
60
@compat-libraries
61
@console-internet
62
lftp
63
@development
64
@directory-client
65
@eclipse
66
@hardware-monitoring
67
@ice-desktop
68
@kde-desktop
69
@legacy-unix
70
@legacy-x
71
@misc-sl
72
@mysql-client
73
@nfs-file-server
74
#@openafs-client
75
@php
76
@postgresql-client
77
@scalable-file-systems
78
# @storage-client-fcoe
79
@storage-client-iscsi
80
@storage-client-multipath
81
@system-management-snmp
82
# @system-management-messaging-client
83
# @system-management-messaging-server
84
# @system-management-wbem
85
# @turbogears
86
# @virtualization
87
# @virtualization-client
88
# @virtualization-platform
89
# @virtualization-tools
90
 
91
# Add support for your prefered language here
92
@french-support
93
@german-support
94
@russian-support
95
@chinese-support
96
@italian-support
97
@japanese-support
98
@spanish-support
99
 
100
# Other useful packages to add
101
gconf-editor
369 beyerleu 102
phonon-backend-gstreamer
368 beyerleu 103
 
104
%end
105