Subversion Repositories livecd

Rev

Rev 337 | Rev 367 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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