Subversion Repositories livecd

Rev

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

Rev 337 Rev 339
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 sl6rolling-live-base.ks
15
%include sl6rolling-live-base.ks
16
## %include sl6rolling-config-icewm.ks
16
## %include sl6rolling-config-icewm.ks
17
%include sl6rolling-extra-software.ks
17
%include sl6rolling-extra-software.ks
18
%include sl6rolling-doc.ks
18
%include sl6rolling-doc.ks
19
 
19
 
20
 
20
 
21
########################################################################
21
########################################################################
22
# Packages
22
# Packages
23
########################################################################
23
########################################################################
24
 
24
 
25
%packages
25
%packages
26
# packages removed from @base
26
# packages removed from @base
27
-bind-utils
27
-bind-utils
28
-ed
28
-ed
29
-kexec-tools
29
-kexec-tools
30
-system-config-kdump
30
-system-config-kdump
31
-libaio
31
-libaio
32
-libhugetlbfs
32
-libhugetlbfs
33
-microcode_ctl
33
-microcode_ctl
34
-psacct
34
-psacct
35
-quota
35
-quota
36
-autofs
36
-autofs
37
-smartmontools
37
-smartmontools
38
 
38
 
39
@basic-desktop
39
@basic-desktop
40
# package removed from @basic-desktop
40
# package removed from @basic-desktop
41
-gok
41
-gok
42
 
42
 
43
@desktop-platform
43
@desktop-platform
44
# packages removed from @desktop-platform
44
# packages removed from @desktop-platform
45
-redhat-lsb
45
-redhat-lsb
46
 
46
 
47
@dial-up
47
@dial-up
48
 
48
 
49
@fonts
49
@fonts
50
 
50
 
51
@general-desktop
51
@general-desktop
52
# package removed from @general-desktop
52
# package removed from @general-desktop
53
-gnome-backgrounds
53
-gnome-backgrounds
54
-gnome-user-share
54
-gnome-user-share
55
-nautilus-sendto
55
-nautilus-sendto
56
-orca
56
-orca
57
-rhythmbox
57
-rhythmbox
58
-vino
58
-vino
-
 
59
-compiz
-
 
60
-compiz-gnome
-
 
61
-evince-dvi
-
 
62
-gnote
-
 
63
-sound-juicer
59
 
64
 
60
@input-methods
65
## @input-methods
61
 
66
 
62
@internet-applications
67
@internet-applications
63
# package added to @internet-applications
68
# package added to @internet-applications
64
xchat
69
xchat
65
# packages removed from @internet-applications
70
# packages removed from @internet-applications
66
-ekiga
71
-ekiga
67
 
72
 
68
@internet-browser
73
@internet-browser
69
 
74
 
70
 
75
 
71
### SL LiveCD specific changes
76
### SL LiveCD specific changes
72
 
77
 
73
## packages to remove to save diskspace
78
## packages to remove to save diskspace
74
-evolution
79
-evolution
75
-evolution-help
80
-evolution-help
76
-evolution-mapi
81
-evolution-mapi
77
-scenery-backgrounds
82
-scenery-backgrounds
78
-redhat-lsb-graphics
83
-redhat-lsb-graphics
79
-qt3
84
-qt3
80
-xinetd
85
-xinetd
81
-openswan
86
-openswan
82
-pinentry-gtk
87
-pinentry-gtk
83
-seahorse
88
-seahorse
84
-hunspell-*
89
-hunspell-*
85
-words
90
-words
86
-nano
91
-nano
87
-pinfo
92
-pinfo
88
-vim-common
93
-vim-common
89
-vim-enhanced
94
-vim-enhanced
90
 
95
 
91
## remove some fonts and input methods
96
## remove some fonts and input methods
92
# remove Chinese font (Ming face) (8.9 MB)
97
# remove Chinese font (Ming face) (8.9 MB)
93
# we still have wqy-zenhei-fonts 
98
# we still have wqy-zenhei-fonts 
94
-cjkuni-fonts-common
99
-cjkuni-fonts-common
95
-cjkuni-uming-fonts
100
-cjkuni-uming-fonts
96
# remove Korean input method (2.1 MB)
101
# remove Korean input method (2.1 MB)
97
-ibus-hangul
102
-ibus-hangul
98
-libhangul
103
-libhangul
99
 
104
 
100
## packages to add
105
## packages to add
101
lftp
106
lftp
102
thunderbird
107
thunderbird
103
#@openafs-client
108
#@openafs-client
104
cups
109
cups
105
cups-pk-helper
110
cups-pk-helper
-
 
111
system-config-printer
106
 
112
 
107
%end
113
%end
108
 
114
 
109
 
115
 
110
########################################################################
116
########################################################################
111
# Post installation
117
# Post installation
112
########################################################################
118
########################################################################
113
 
119
 
114
%post
120
%post
115
 
121
 
116
# remove folders/files that use a lot of diskspace
122
# remove folders/files that use a lot of diskspace
117
# and are not really needed for LiveCD
123
# and are not really needed for LiveCD
118
rm -rf /usr/share/doc/openafs-*
124
rm -rf /usr/share/doc/openafs-*
119
rm -rf /usr/share/doc/testdisk-*
125
rm -rf /usr/share/doc/testdisk-*
120
 
126
 
121
%end
127
%end