Subversion Repositories livecd

Rev

Rev 280 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 280 Rev 287
Line 6... Line 6...
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
 
-
 
12
%packages
11
%packages
13
# packages removed from @base
12
# packages removed from @base
14
-bind-utils
13
-bind-utils
15
-ed
14
-ed
16
-kexec-tools
15
-kexec-tools
Line 35... Line 34...
35
 
34
 
36
## mini SL LiveCD specific changes
35
## mini SL LiveCD specific changes
37
 
36
 
38
# packages to remove
37
# packages to remove
39
-scenery-backgrounds
38
-scenery-backgrounds
40
-qt3
39
-qt3                    #  3.5 M
41
-xinetd
40
-xinetd
-
 
41
-smartmontools
-
 
42
-ql2100-firmware
-
 
43
-ql2200-firmware
-
 
44
-ql23xx-firmware
-
 
45
-ql2400-firmware
-
 
46
-ql2500-firmware
-
 
47
-samba-common           # 46 M
-
 
48
-samba-client           # 41 M
-
 
49
-samba-winbind-clients  #  3.4 M
-
 
50
-openafs                # 15 M
-
 
51
-selinux-policy         # 10 M
-
 
52
-nmap                   #  7.2 M
-
 
53
-mysql-libs             #  3.9 M
-
 
54
-words                  #  4.7 M
-
 
55
-openswan               #  2.3 M
42
 
56
 
43
# packages to add
57
# packages to add
44
ibus-gtk
58
ibus-gtk
45
thunderbird
59
thunderbird
46
firefox
60
firefox
-
 
61
 
-
 
62
%end
-
 
63
 
-
 
64
 
47
@openafs-client
65
%post
-
 
66
 
-
 
67
### save diskspace for MiniLiveCD
-
 
68
# remove yumdb - will give a warning that "RPMDB altered outside of yum"
-
 
69
rm -rf /var/lib/yum/yumdb/*
48
 
70
 
49
%end
71
%end