Subversion Repositories livecd

Rev

Rev 352 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 352 Rev 357
1
########################################################################
1
########################################################################
2
#
2
#
3
#  LiveCD with gnome desktop
3
#  LiveCD with gnome desktop
4
#
4
#
5
#  Urs Beyerle, ETHZ
5
#  Urs Beyerle, ETHZ
6
#
6
#
7
########################################################################
7
########################################################################
8
 
8
 
9
part / --size 4096 --fstype ext4
9
part / --size 4096 --fstype ext4
10
 
10
 
11
########################################################################
11
########################################################################
12
# Include kickstart files
12
# Include kickstart files
13
########################################################################
13
########################################################################
14
 
14
 
15
%include sl63-live-base.ks
15
%include sl63-live-base.ks
16
## %include sl63-config-icewm.ks
-
 
17
%include sl63-extra-software.ks
16
%include sl63-extra-software.ks
18
%include sl63-doc.ks
17
%include sl63-doc.ks
19
 
18
 
-
 
19
# %include sl63-live-NONPAE.ks   # uncomment to build with nonpae kernel from elrepo  
-
 
20
# %include sl63-config-icewm.ks
-
 
21
 
20
 
22
 
21
########################################################################
23
########################################################################
22
# Packages
24
# Packages
23
########################################################################
25
########################################################################
24
 
26
 
25
%packages
27
%packages
26
# packages removed from @base
28
# packages removed from @base
27
-bind-utils
29
-bind-utils
28
-ed
30
-ed
29
-kexec-tools
31
-kexec-tools
30
-system-config-kdump
32
-system-config-kdump
31
-libaio
33
-libaio
32
-libhugetlbfs
34
-libhugetlbfs
33
-microcode_ctl
35
-microcode_ctl
34
-psacct
36
-psacct
35
-quota
37
-quota
36
-autofs
38
-autofs
37
-smartmontools
39
-smartmontools
38
 
40
 
39
@basic-desktop
41
@basic-desktop
40
# package removed from @basic-desktop
42
# package removed from @basic-desktop
41
-gok
43
-gok
42
 
44
 
43
@desktop-platform
45
@desktop-platform
44
# packages removed from @desktop-platform
46
# packages removed from @desktop-platform
45
-redhat-lsb
47
-redhat-lsb
46
 
48
 
47
@dial-up
49
@dial-up
48
 
50
 
49
@fonts
51
@fonts
50
 
52
 
51
@general-desktop
53
@general-desktop
52
# package removed from @general-desktop
54
# package removed from @general-desktop
53
-gnome-backgrounds
55
-gnome-backgrounds
54
-gnome-user-share
56
-gnome-user-share
55
-nautilus-sendto
57
-nautilus-sendto
56
-orca
58
-orca
57
-rhythmbox
59
-rhythmbox
58
-vino
60
-vino
59
-compiz
61
-compiz
60
-compiz-gnome
62
-compiz-gnome
61
-evince-dvi
63
-evince-dvi
62
-gnote
64
-gnote
63
-sound-juicer
65
-sound-juicer
64
 
66
 
65
# @input-methods
67
# @input-methods
66
 
68
 
67
@internet-applications
69
@internet-applications
68
# package added to @internet-applications
70
# package added to @internet-applications
69
# xchat
71
# xchat
70
# packages removed from @internet-applications
72
# packages removed from @internet-applications
71
-ekiga
73
-ekiga
72
 
74
 
73
@internet-browser
75
@internet-browser
74
 
76
 
75
### SL LiveCD specific changes
77
### SL LiveCD specific changes
76
 
78
 
77
## packages to remove to save diskspace
79
## packages to remove to save diskspace
78
-evolution
80
-evolution
79
-evolution-help
81
-evolution-help
80
-evolution-mapi
82
-evolution-mapi
81
-scenery-backgrounds
83
-scenery-backgrounds
82
-redhat-lsb-graphics
84
-redhat-lsb-graphics
83
-qt3
85
-qt3
84
-xinetd
86
-xinetd
85
-openswan
87
-openswan
86
-pinentry-gtk
88
-pinentry-gtk
87
-seahorse
89
-seahorse
88
-hunspell-*
90
-hunspell-*
89
-words
91
-words
90
-nano
92
-nano
91
-pinfo
93
-pinfo
92
-vim-common
94
-vim-common
93
-vim-enhanced
95
-vim-enhanced
94
-samba-common
96
-samba-common
95
-samba-client
97
-samba-client
96
-mousetweaks
98
-mousetweaks
97
 
99
 
98
## remove some fonts and input methods
100
## remove some fonts and input methods
99
# remove Chinese font (Ming face) (8.9 MB)
101
# remove Chinese font (Ming face) (8.9 MB)
100
# we still have wqy-zenhei-fonts 
102
# we still have wqy-zenhei-fonts 
101
-cjkuni-fonts-common
103
-cjkuni-fonts-common
102
-cjkuni-uming-fonts
104
-cjkuni-uming-fonts
103
# remove Korean input method (2.1 MB)
105
# remove Korean input method (2.1 MB)
104
-ibus-hangul
106
-ibus-hangul
105
-libhangul
107
-libhangul
106
 
108
 
107
## packages to add
109
## packages to add
108
lftp
110
lftp
109
thunderbird
111
thunderbird
110
#@openafs-client
112
#@openafs-client
111
cups
113
cups
112
cups-pk-helper
114
cups-pk-helper
113
system-config-printer
115
system-config-printer
114
system-config-printer-udev
116
system-config-printer-udev
115
xorg-x11-fonts-100dpi
117
xorg-x11-fonts-100dpi
116
xorg-x11-fonts-ISO8859-1-100dpi
118
xorg-x11-fonts-ISO8859-1-100dpi
117
xorg-x11-fonts-Type1
119
xorg-x11-fonts-Type1
118
nautilus-sendto
120
nautilus-sendto
119
spice-client
121
spice-client
120
spice-xpi
122
spice-xpi
121
phonon-backend-gstreamer
123
phonon-backend-gstreamer
122
 
124
 
123
%end
125
%end
124
 
126
 
125
 
127
 
126
########################################################################
128
########################################################################
127
# Post installation
129
# Post installation
128
########################################################################
130
########################################################################
129
 
131
 
130
%post
132
%post
131
 
133
 
132
# remove folders/files that use a lot of diskspace
134
# remove folders/files that use a lot of diskspace
133
# and are not really needed for LiveCD
135
# and are not really needed for LiveCD
134
rm -rf /usr/share/doc/openafs-*
136
rm -rf /usr/share/doc/openafs-*
135
rm -rf /usr/share/doc/testdisk-*
137
rm -rf /usr/share/doc/testdisk-*
136
 
138
 
137
%end
139
%end