Subversion Repositories livecd

Rev

Rev 270 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
269 beyerleu 1
########################################################################
2
#
3
#  LiveDVD with gnome dekstop
4
#
5
########################################################################
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
17
services --enabled=NetworkManager --disabled=network,sshd
18
 
19
%packages
20
syslinux
21
kernel
22
 
23
@backup-client
24
@base
25
 #package added to @base
26
  squashfs-tools
27
@basic-desktop
28
@core
29
@desktop-platform
30
@dial-up
31
@emacs
32
@fonts
33
@general-desktop
34
@graphical-admin-tools
35
@graphics
36
@input-methods
37
@internet-applications
38
 #package added to @internet-applications
39
 thunderbird
40
 xchat
41
@internet-browser
42
@java-platform
43
@network-file-system-client
44
@network-tools
45
 #package added to @network-tools
46
 nmap
47
@office-suite
48
@performance
49
@perl-runtime
50
@print-client
51
@remote-desktop-clients
52
 #packages added to @remote-desktop-clients
53
 rdesktop
54
 tsclient
55
@scientific
56
@security-tools
57
@system-admin-tools
58
@system-management
59
@technical-writing
60
@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
 
74
# more groups added 
75
@backup-server
76
@compat-libraries
77
@console-internet
78
 lftp
79
@development
80
@directory-client
81
@eclipse
82
@hardware-monitoring
83
@ice-desktop
84
@kde-desktop
85
@legacy-unix
86
@legacy-x
87
@misc-sl
88
@mysql-client
89
@nfs-file-server
90
@openafs-client
91
@php
92
@postgresql-client
93
@scalable-file-systems
271 beyerleu 94
#@storage-client-fcoe
269 beyerleu 95
@storage-client-iscsi
96
@storage-client-multipath
271 beyerleu 97
#@system-management-messaging-client
98
#@system-management-messaging-server
269 beyerleu 99
@system-management-snmp
271 beyerleu 100
#@system-management-wbem
101
#@turbogears
269 beyerleu 102
@virtualization
103
@virtualization-client
104
@virtualization-platform
105
@virtualization-tools
106
 
107
# Add support for your prefered language here
108
@french-support
109
@german-support
110
@russian-support
111
@chinese-support
112
@italian-support
113
@japanese-support
114
@spanish-support
115
 
116
%end
117