Subversion Repositories livecd

Rev

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

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