Subversion Repositories livecd

Rev

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

Rev 318 Rev 321
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD with gnome desktop
3
#  LiveCD with gnome desktop
4
#
4
#
-
 
5
#  Urs Beyerle, ETHZ
-
 
6
#
5
########################################################################
7
########################################################################
6
 
8
 
7
part / --size 4096 --fstype ext4
9
part / --size 4096 --fstype ext4
8
 
10
 
-
 
11
########################################################################
-
 
12
# Include kickstart files
-
 
13
########################################################################
-
 
14
 
9
%include sl6-live-base.ks
15
%include sl6-live-base.ks
-
 
16
## %include sl6-config-icewm.ks
-
 
17
%include sl6-extra-software.ks
-
 
18
%include sl6-doc.ks
-
 
19
 
-
 
20
 
-
 
21
########################################################################
-
 
22
# Packages
-
 
23
########################################################################
10
 
24
 
11
%packages
25
%packages
12
# packages removed from @base
26
# packages removed from @base
13
-bind-utils
27
-bind-utils
14
-ed
28
-ed
15
-kexec-tools
29
-kexec-tools
16
-system-config-kdump
30
-system-config-kdump
17
-libaio
31
-libaio
18
-libhugetlbfs
32
-libhugetlbfs
19
-microcode_ctl
33
-microcode_ctl
20
-psacct
34
-psacct
21
-quota
35
-quota
22
-autofs
36
-autofs
23
-smartmontools
37
-smartmontools
24
 
38
 
25
@basic-desktop
39
@basic-desktop
26
# package removed from @basic-desktop
40
# package removed from @basic-desktop
27
-gok
41
-gok
28
 
42
 
29
@desktop-platform
43
@desktop-platform
30
# packages removed from @desktop-platform
44
# packages removed from @desktop-platform
31
-redhat-lsb
45
-redhat-lsb
32
 
46
 
33
@dial-up
47
@dial-up
34
 
48
 
35
@fonts
49
@fonts
36
 
50
 
37
@general-desktop
51
@general-desktop
38
# package removed from @general-desktop
52
# package removed from @general-desktop
39
-gnome-backgrounds
53
-gnome-backgrounds
40
-gnome-user-share
54
-gnome-user-share
41
-nautilus-sendto
55
-nautilus-sendto
42
-orca
56
-orca
43
-rhythmbox
57
-rhythmbox
44
-vino
58
-vino
45
 
59
 
46
@input-methods
60
@input-methods
47
 
61
 
48
@internet-applications
62
@internet-applications
49
# package added to @internet-applications
63
# package added to @internet-applications
50
xchat
64
xchat
51
# packages removed from @internet-applications
65
# packages removed from @internet-applications
52
-ekiga
66
-ekiga
53
 
67
 
54
@internet-browser
68
@internet-browser
55
 
69
 
56
 
70
 
57
### SL LiveCD specific changes
71
### SL LiveCD specific changes
58
 
72
 
59
## packages to remove to save diskspace
73
## packages to remove to save diskspace
60
-evolution
74
-evolution
61
-evolution-help
75
-evolution-help
62
-evolution-mapi
76
-evolution-mapi
63
-scenery-backgrounds
77
-scenery-backgrounds
64
-redhat-lsb-graphics
78
-redhat-lsb-graphics
65
-qt3
79
-qt3
66
-xinetd
80
-xinetd
67
-openswan
81
-openswan
68
-pinentry-gtk
82
-pinentry-gtk
69
-seahorse
83
-seahorse
70
-hunspell-*
84
-hunspell-*
71
-words
85
-words
72
# remove Chinese font (Ming face) (9 MB)
86
# remove Chinese font (Ming face) (9 MB)
73
# we still have wqy-zenhei-fonts 
87
# we still have wqy-zenhei-fonts 
74
-cjkuni-uming-fonts
88
-cjkuni-uming-fonts
75
# remove Tibetan fonts (4.3 MB)
89
# remove Tibetan fonts (4.3 MB)
76
-tibetan-machine-uni-fonts
90
-tibetan-machine-uni-fonts
77
# remove Korean input method (6.3 MB)
91
# remove Korean input method (6.3 MB)
78
-ibus-hangul
92
-ibus-hangul
79
-libhangul
93
-libhangul
80
 
94
 
81
## packages to add
95
## packages to add
82
lftp
96
lftp
83
thunderbird
97
thunderbird
84
#@openafs-client
98
#@openafs-client
85
cups
99
cups
86
cups-pk-helper
100
cups-pk-helper
87
 
101
 
88
%end
102
%end
89
 
103
 
90
 
104
 
-
 
105
########################################################################
-
 
106
# Post installation
-
 
107
########################################################################
-
 
108
 
91
%post
109
%post
92
 
110
 
93
# remove folders/files that use a lot of diskspace
111
# remove folders/files that use a lot of diskspace
94
# and are not really needed for LiveCD
112
# and are not really needed for LiveCD
95
rm -rf /usr/share/doc/openafs-*
113
rm -rf /usr/share/doc/openafs-*
96
rm -rf /usr/share/doc/testdisk-*
114
rm -rf /usr/share/doc/testdisk-*
97
 
115
 
98
%end
116
%end