Subversion Repositories livecd

Rev

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

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