Subversion Repositories livecd

Rev

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

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