Subversion Repositories livecd

Rev

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

Rev 269 Rev 275
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD with gnome dekstop
3
#  LiveCD with gnome dekstop
4
#
4
#
5
########################################################################
5
########################################################################
6
 
6
 
7
lang en_US.UTF-8
7
lang en_US.UTF-8
8
keyboard us
8
keyboard us
9
timezone US/Eastern
9
timezone US/Eastern
10
auth --useshadow --enablemd5
10
auth --useshadow --enablemd5
11
selinux --enforcing
11
selinux --enforcing
12
firewall --enabled --service=mdns
12
firewall --enabled --service=mdns
13
repo --name=base     --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
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/
14
repo --name=updates  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/
15
xconfig --startxonboot
15
xconfig --startxonboot
16
part / --size 4096 --fstype ext4
16
part / --size 4096 --fstype ext4
17
services --enabled=NetworkManager --disabled=network,sshd
17
services --enabled=NetworkManager --disabled=network,sshd
18
 
18
 
19
%packages
19
%packages
20
syslinux
20
syslinux
21
kernel
21
kernel
22
@base
22
@base
23
 #package added to @base
23
 #package added to @base
24
  squashfs-tools
24
  squashfs-tools
25
 #packages removed from @base
25
 #packages removed from @base
26
 -bind-utils
26
 -bind-utils
27
 -ed
27
 -ed
28
 -kexec-tools
28
 -kexec-tools
29
 -libaio
29
 -libaio
30
 -libhugetlbfs
30
 -libhugetlbfs
31
 -microcode_ctl
31
 -microcode_ctl
32
 -psacct
32
 -psacct
33
 -quota
33
 -quota
34
@basic-desktop
34
@basic-desktop
35
 #package removed from @basic-desktop
35
 #package removed from @basic-desktop
36
 -gok
36
 -gok
37
@core
37
@core
38
@desktop-platform
38
@desktop-platform
39
 #packages removed from @desktop-platform
39
 #packages removed from @desktop-platform
40
 -redhat-lsb
40
 -redhat-lsb
41
@dial-up
41
@dial-up
42
@fonts
42
@fonts
43
@general-desktop
43
@general-desktop
44
 #package removed from @general-desktop
44
 #package removed from @general-desktop
45
 -gnome-backgrounds
45
 -gnome-backgrounds
46
 -gnome-user-share
46
 -gnome-user-share
47
 -nautilus-sendto
47
 -nautilus-sendto
48
 -orca
48
 -orca
49
 -rhythmbox
49
 -rhythmbox
50
 -vino
50
 -vino
51
@graphical-admin-tools
51
@graphical-admin-tools
52
@input-methods
52
@input-methods
53
@internet-applications
53
@internet-applications
54
 #package added to @internet-applications
54
 #package added to @internet-applications
55
 xchat
55
 xchat
56
 #packages removed from @internet-applications
56
 #packages removed from @internet-applications
57
 -ekiga
57
 -ekiga
58
@internet-browser
58
@internet-browser
59
@network-file-system-client
59
@network-file-system-client
60
@network-tools
60
@network-tools
61
 #package added to @network-tools
61
 #package added to @network-tools
62
 nmap
62
 nmap
63
@remote-desktop-clients
63
@remote-desktop-clients
64
 #packages added to @remote-desktop-clients
64
 #packages added to @remote-desktop-clients
65
 rdesktop
65
 rdesktop
66
 tsclient
66
 tsclient
67
@x11
67
@x11
68
 
68
 
69
# other usefull packages
69
# other usefull packages
70
busybox
70
busybox
71
mailx
71
mailx
72
memtest86+
72
memtest86+
73
livecd-tools
73
livecd-tools
74
 
74
 
75
# livecd bits to set up the livecd and be able to install
75
# livecd bits to set up the livecd and be able to install
76
anaconda
76
anaconda
77
device-mapper-multipath
77
device-mapper-multipath
78
isomd5sum
78
isomd5sum
79
 
79
 
80
## SL LiveCD specific changes
80
## SL LiveCD specific changes
81
 
81
 
82
# packages to remove
82
# packages to remove
83
-evolution
83
-evolution
84
-evolution-help
84
-evolution-help
85
-evolution-mapi
85
-evolution-mapi
86
-scenery-backgrounds
86
-scenery-backgrounds
87
-qt3
87
-qt3
88
-xinetd
88
-xinetd
89
 
89
 
90
# packages to add
90
# packages to add
91
lftp
91
lftp
92
thunderbird
92
thunderbird
93
@openafs-client
93
@openafs-client
-
 
94
cups
-
 
95
cups-pk-helper
94
 
96
 
95
%end
97
%end
96
 
98
 
97
 
99