Subversion Repositories livecd

Rev

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

Rev 299 Rev 304
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD with gnome dekstop
3
#  LiveCD with gnome dekstop
4
#
4
#
5
########################################################################
5
########################################################################
6
 
6
 
7
part / --size 4096 --fstype ext4
7
part / --size 4096 --fstype ext4
8
 
8
 
9
%include sl6-live-base.ks
9
%include sl6-live-base.ks
10
 
10
 
11
%packages
11
%packages
12
# packages removed from @base
12
# packages removed from @base
13
-bind-utils
13
-bind-utils
14
-ed
14
-ed
15
-kexec-tools
15
-kexec-tools
-
 
16
-system-config-kdump
16
-libaio
17
-libaio
17
-libhugetlbfs
18
-libhugetlbfs
18
-microcode_ctl
19
-microcode_ctl
19
-psacct
20
-psacct
20
-quota
21
-quota
21
@basic-desktop
22
@basic-desktop
22
# package removed from @basic-desktop
23
# package removed from @basic-desktop
23
-gok
24
-gok
24
@desktop-platform
25
@desktop-platform
25
# packages removed from @desktop-platform
26
# packages removed from @desktop-platform
26
-redhat-lsb
27
-redhat-lsb
27
@dial-up
28
@dial-up
28
@fonts
29
@fonts
29
@general-desktop
30
@general-desktop
30
# package removed from @general-desktop
31
# package removed from @general-desktop
31
-gnome-backgrounds
32
-gnome-backgrounds
32
-gnome-user-share
33
-gnome-user-share
33
-nautilus-sendto
34
-nautilus-sendto
34
-orca
35
-orca
35
-rhythmbox
36
-rhythmbox
36
-vino
37
-vino
37
@input-methods
38
@input-methods
38
@internet-applications
39
@internet-applications
39
# package added to @internet-applications
40
# package added to @internet-applications
40
xchat
41
xchat
41
# packages removed from @internet-applications
42
# packages removed from @internet-applications
42
-ekiga
43
-ekiga
43
@internet-browser
44
@internet-browser
44
 
45
 
45
 
46
 
46
## SL LiveCD specific changes
47
## SL LiveCD specific changes
47
 
48
 
48
# packages to remove
49
# packages to remove
49
-evolution
50
-evolution
50
-evolution-help
51
-evolution-help
51
-evolution-mapi
52
-evolution-mapi
52
-scenery-backgrounds
53
-scenery-backgrounds
53
-qt3
54
-qt3
54
-xinetd
55
-xinetd
55
-openswan
56
-openswan
56
 
57
 
57
# packages to add
58
# packages to add
58
lftp
59
lftp
59
thunderbird
60
thunderbird
60
@openafs-client
61
#@openafs-client
61
cups
62
cups
62
cups-pk-helper
63
cups-pk-helper
63
 
64
 
64
%end
65
%end
65
 
66
 
66
 
67
 
67
%post
68
%post
68
 
69
 
69
# remove folders/files that use a lot of diskspace
70
# remove folders/files that use a lot of diskspace
70
# and are not really needed for LiveCD
71
# and are not really needed for LiveCD
71
rm -rf /usr/share/doc/openafs-*
72
rm -rf /usr/share/doc/openafs-*
72
 
73
 
73
%end
74
%end