Subversion Repositories livecd

Rev

Rev 294 | Rev 304 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 294 Rev 299
Line 5... Line 5...
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
%include sl6-doc.ks
-
 
11
 
-
 
12
 
10
 
13
%packages
11
%packages
14
# packages removed from @base
12
# packages removed from @base
15
-bind-utils
13
-bind-utils
16
-ed
14
-ed
Line 52... Line 50...
52
-evolution-help
50
-evolution-help
53
-evolution-mapi
51
-evolution-mapi
54
-scenery-backgrounds
52
-scenery-backgrounds
55
-qt3
53
-qt3
56
-xinetd
54
-xinetd
-
 
55
-openswan
57
 
56
 
58
# packages to add
57
# packages to add
59
lftp
58
lftp
60
thunderbird
59
thunderbird
61
@openafs-client
60
@openafs-client
62
cups
61
cups
63
cups-pk-helper
62
cups-pk-helper
64
 
63
 
65
%end
64
%end
-
 
65
 
-
 
66
 
-
 
67
%post
-
 
68
 
-
 
69
# remove folders/files that use a lot of diskspace
-
 
70
# and are not really needed for LiveCD
-
 
71
rm -rf /usr/share/doc/openafs-*
-
 
72
 
-
 
73
%end