Subversion Repositories livecd

Rev

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

Rev 273 Rev 279
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveDVD with gnome dekstop
3
#  LiveDVD with gnome dekstop
4
#
4
#
5
########################################################################
5
########################################################################
6
 
6
 
7
lang en_US.UTF-8
-
 
8
keyboard us
-
 
9
timezone US/Eastern
-
 
10
auth --useshadow --enablemd5
-
 
11
selinux --enforcing
-
 
12
firewall --enabled --service=mdns
-
 
13
repo --name=base     --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
-
 
14
repo --name=updates  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/
-
 
15
xconfig --startxonboot
-
 
16
part / --size 8192 --fstype ext4
7
part / --size 8192 --fstype ext4
17
services --enabled=NetworkManager --disabled=network,sshd
-
 
18
 
8
 
19
%packages
9
%include sl6-live-base.ks
20
syslinux
-
 
21
kernel
-
 
22
 
10
 
-
 
11
%packages
23
@backup-client
12
@backup-client
24
@base
-
 
25
 #package added to @base
-
 
26
  squashfs-tools
-
 
27
@basic-desktop
13
@basic-desktop
28
@core
-
 
29
@desktop-platform
14
@desktop-platform
30
@dial-up
15
@dial-up
31
@emacs
16
@emacs
32
@fonts
17
@fonts
33
@general-desktop
18
@general-desktop
34
@graphical-admin-tools
-
 
35
@graphics
19
@graphics
36
@input-methods
20
@input-methods
37
@internet-applications
21
@internet-applications
38
 #package added to @internet-applications
22
# package added to @internet-applications
39
 thunderbird
23
thunderbird
40
 xchat
24
xchat
41
@internet-browser
25
@internet-browser
-
 
26
@ice-desktop
42
@java-platform
27
@java-platform
43
@network-file-system-client
28
@network-file-system-client
44
@network-tools
-
 
45
 #package added to @network-tools
-
 
46
 nmap
-
 
47
@office-suite
29
@office-suite
48
@performance
30
@performance
49
@perl-runtime
31
@perl-runtime
50
@print-client
32
@print-client
51
@remote-desktop-clients
-
 
52
 #packages added to @remote-desktop-clients
-
 
53
 rdesktop
-
 
54
 tsclient
-
 
55
@scientific
33
@scientific
56
@security-tools
34
@security-tools
57
@system-admin-tools
35
@system-admin-tools
58
@system-management
36
@system-management
59
@technical-writing
37
@technical-writing
60
@tex
38
@tex
61
@x11
-
 
62
 
-
 
63
# other usefull packages
-
 
64
busybox
-
 
65
mailx
-
 
66
memtest86+
-
 
67
livecd-tools
-
 
68
 
-
 
69
# livecd bits to set up the livecd and be able to install
-
 
70
anaconda
-
 
71
device-mapper-multipath
-
 
72
isomd5sum
-
 
73
 
39
 
74
# more groups added 
40
# more groups added 
75
@backup-server
41
@backup-server
76
@compat-libraries
42
@compat-libraries
77
@console-internet
43
@console-internet
78
 lftp
44
lftp
79
@development
45
@development
80
@directory-client
46
@directory-client
81
@eclipse
47
@eclipse
82
@hardware-monitoring
48
@hardware-monitoring
83
@ice-desktop
49
@ice-desktop
84
@kde-desktop
50
@kde-desktop
85
@legacy-unix
51
@legacy-unix
86
@legacy-x
52
@legacy-x
87
@misc-sl
53
@misc-sl
88
@mysql-client
54
@mysql-client
89
@nfs-file-server
55
@nfs-file-server
90
@openafs-client
56
@openafs-client
91
@php
57
@php
92
@postgresql-client
58
@postgresql-client
93
@scalable-file-systems
59
@scalable-file-systems
94
# @storage-client-fcoe
60
# @storage-client-fcoe
95
@storage-client-iscsi
61
@storage-client-iscsi
96
@storage-client-multipath
62
@storage-client-multipath
97
@system-management-snmp
63
@system-management-snmp
98
# @system-management-messaging-client
64
# @system-management-messaging-client
99
# @system-management-messaging-server
65
# @system-management-messaging-server
100
# @system-management-wbem
66
# @system-management-wbem
101
# @turbogears
67
# @turbogears
102
# @virtualization
68
# @virtualization
103
# @virtualization-client
69
# @virtualization-client
104
# @virtualization-platform
70
# @virtualization-platform
105
# @virtualization-tools
71
# @virtualization-tools
106
 
72
 
107
# Add support for your prefered language here
73
# Add support for your prefered language here
108
@french-support
74
@french-support
109
@german-support
75
@german-support
110
@russian-support
76
@russian-support
111
@chinese-support
77
@chinese-support
112
@italian-support
78
@italian-support
113
@japanese-support
79
@japanese-support
114
@spanish-support
80
@spanish-support
115
 
81
 
116
%end
82
%end
117
 
83