Subversion Repositories livecd

Rev

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