Subversion Repositories livecd

Rev

Rev 340 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
337 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 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
# package added to @network-tools
27
nmap
28
@backup-client
29
@basic-desktop
30
@desktop-platform
31
@dial-up
32
@emacs
33
@fonts
34
@general-desktop
35
@graphics
36
@input-methods
37
@internet-applications
38
# package added to @internet-applications
39
thunderbird
40
xchat
41
@internet-browser
42
@ice-desktop
43
@java-platform
44
@network-file-system-client
45
@office-suite
46
@performance
47
@perl-runtime
48
@print-client
49
@scientific
50
@security-tools
51
@system-admin-tools
52
@system-management
53
@technical-writing
54
@tex
55
 
56
# more groups added 
57
@backup-server
58
@compat-libraries
59
@console-internet
60
lftp
61
@development
62
@directory-client
63
@eclipse
64
@hardware-monitoring
65
@ice-desktop
66
@kde-desktop
67
@legacy-unix
68
@legacy-x
69
@misc-sl
70
@mysql-client
71
@nfs-file-server
72
#@openafs-client
73
@php
74
@postgresql-client
75
@scalable-file-systems
76
# @storage-client-fcoe
77
@storage-client-iscsi
78
@storage-client-multipath
79
@system-management-snmp
80
# @system-management-messaging-client
81
# @system-management-messaging-server
82
# @system-management-wbem
83
# @turbogears
84
# @virtualization
85
# @virtualization-client
86
# @virtualization-platform
87
# @virtualization-tools
88
 
89
# Add support for your prefered language here
90
@french-support
91
@german-support
92
@russian-support
93
@chinese-support
94
@italian-support
95
@japanese-support
96
@spanish-support
97
 
98
# Other useful packages to add
99
gconf-editor
100
 
101
%end
102