Subversion Repositories livecd

Rev

Rev 367 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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