Subversion Repositories livecd

Rev

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

Rev 315 Rev 321
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
#
2
#
3
#  Mini LiveCD with icewm desktop
3
#  Mini LiveCD with icewm 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
Line 71... Line 85...
71
rxvt-unicode
85
rxvt-unicode
72
 
86
 
73
%end
87
%end
74
 
88
 
75
 
89
 
-
 
90
########################################################################
-
 
91
# Post installation
-
 
92
########################################################################
-
 
93
 
76
%post
94
%post
77
 
95
 
78
### save diskspace for MiniLiveCD
96
### save diskspace for MiniLiveCD
79
### this changes will survive MiniLiveCD install to harddisk !
97
### this changes will survive MiniLiveCD install to harddisk !
80
 
98