Subversion Repositories livecd

Rev

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

Rev 316 Rev 318
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD with gnome desktop
3
#  LiveCD with gnome desktop
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
-system-config-kdump
17
-libaio
17
-libaio
18
-libhugetlbfs
18
-libhugetlbfs
19
-microcode_ctl
19
-microcode_ctl
20
-psacct
20
-psacct
21
-quota
21
-quota
22
-autofs
22
-autofs
23
-smartmontools
23
-smartmontools
24
 
24
 
25
@basic-desktop
25
@basic-desktop
26
# package removed from @basic-desktop
26
# package removed from @basic-desktop
27
-gok
27
-gok
28
 
28
 
29
@desktop-platform
29
@desktop-platform
30
# packages removed from @desktop-platform
30
# packages removed from @desktop-platform
31
-redhat-lsb
31
-redhat-lsb
32
 
32
 
33
@dial-up
33
@dial-up
34
 
34
 
35
@fonts
35
@fonts
36
 
36
 
37
@general-desktop
37
@general-desktop
38
# package removed from @general-desktop
38
# package removed from @general-desktop
39
-gnome-backgrounds
39
-gnome-backgrounds
40
-gnome-user-share
40
-gnome-user-share
41
-nautilus-sendto
41
-nautilus-sendto
42
-orca
42
-orca
43
-rhythmbox
43
-rhythmbox
44
-vino
44
-vino
45
 
45
 
46
@input-methods
46
@input-methods
47
 
47
 
48
@internet-applications
48
@internet-applications
49
# package added to @internet-applications
49
# package added to @internet-applications
50
xchat
50
xchat
51
# packages removed from @internet-applications
51
# packages removed from @internet-applications
52
-ekiga
52
-ekiga
53
 
53
 
54
@internet-browser
54
@internet-browser
55
 
55
 
56
 
56
 
57
### SL LiveCD specific changes
57
### SL LiveCD specific changes
58
 
58
 
59
## packages to remove to save diskspace
59
## packages to remove to save diskspace
60
-evolution
60
-evolution
61
-evolution-help
61
-evolution-help
62
-evolution-mapi
62
-evolution-mapi
63
-scenery-backgrounds
63
-scenery-backgrounds
64
-redhat-lsb-graphics
64
-redhat-lsb-graphics
65
-qt3
65
-qt3
66
-xinetd
66
-xinetd
67
-openswan
67
-openswan
68
-pinentry-gtk
68
-pinentry-gtk
69
-seahorse
69
-seahorse
70
-hunspell-*
70
-hunspell-*
71
-words 
71
-words
72
# remove Chinese font (Ming face) (9 MB)
72
# remove Chinese font (Ming face) (9 MB)
73
# we still have wqy-zenhei-fonts
73
# we still have wqy-zenhei-fonts 
74
-cjkuni-uming-fonts (6.3 MB)
74
-cjkuni-uming-fonts
-
 
75
# remove Tibetan fonts (4.3 MB)
-
 
76
-tibetan-machine-uni-fonts
75
# remove Korean input method 
77
# remove Korean input method (6.3 MB)
76
-ibus-hangul
78
-ibus-hangul
77
-libhangul
79
-libhangul
78
 
80
 
79
## packages to add
81
## packages to add
80
lftp
82
lftp
81
thunderbird
83
thunderbird
82
#@openafs-client
84
#@openafs-client
83
cups
85
cups
84
cups-pk-helper
86
cups-pk-helper
85
 
87
 
86
%end
88
%end
87
 
89
 
88
 
90
 
89
%post
91
%post
90
 
92
 
91
# remove folders/files that use a lot of diskspace
93
# remove folders/files that use a lot of diskspace
92
# and are not really needed for LiveCD
94
# and are not really needed for LiveCD
93
rm -rf /usr/share/doc/openafs-*
95
rm -rf /usr/share/doc/openafs-*
94
rm -rf /usr/share/doc/testdisk-*
96
rm -rf /usr/share/doc/testdisk-*
95
 
97
 
96
%end
98
%end