Subversion Repositories livecd

Rev

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

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