Subversion Repositories livecd

Rev

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

Rev 270 Rev 278
Line 1... Line 1...
1
########################################################################
1
########################################################################
2
#
2
#
3
#  Mini LiveCD with icewm dekstop
3
#  Mini LiveCD with icewm desktop
4
#
4
#
5
########################################################################
5
########################################################################
6
 
6
 
7
lang en_US.UTF-8
-
 
8
keyboard us
-
 
9
timezone US/Eastern
-
 
10
auth --useshadow --enablemd5
7
%include sl6-live-base.ks
11
selinux --enforcing
-
 
12
firewall --enabled --service=mdns
-
 
13
repo --name=base     --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
-
 
14
repo --name=updates  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/
-
 
15
xconfig --startxonboot
-
 
-
 
8
 
16
part / --size 4096 --fstype ext4
9
part / --size 4096 --fstype ext4
17
services --enabled=NetworkManager --disabled=network,sshd
-
 
18
 
10
 
19
%packages
11
%packages
20
syslinux
-
 
21
kernel
-
 
22
@base
-
 
23
 #package added to @base
-
 
24
  squashfs-tools
-
 
25
 #packages removed from @base
12
# packages removed from @base
26
 -bind-utils
13
-bind-utils
27
 -ed
14
-ed
28
 -kexec-tools
15
-kexec-tools
29
 -libaio
16
-libaio
30
 -libhugetlbfs
17
-libhugetlbfs
31
 -microcode_ctl
18
-microcode_ctl
32
 -psacct
19
-psacct
33
 -quota
20
-quota
34
@core
-
 
35
#@fonts
21
# from @fonts
36
dejavu-fonts-common
22
dejavu-fonts-common
37
dejavu-sans-fonts
23
dejavu-sans-fonts
38
dejavu-sans-mono-fonts
24
dejavu-sans-mono-fonts
39
dejavu-serif-fonts
25
dejavu-serif-fonts
40
fontpackages-filesystem
26
fontpackages-filesystem
41
xorg-x11-fonts-misc
27
xorg-x11-fonts-misc
42
@graphical-admin-tools
-
 
43
@network-file-system-client
-
 
44
@network-tools
-
 
45
 #package added to @network-tools
-
 
46
 nmap
-
 
47
@remote-desktop-clients
-
 
48
 #packages added to @remote-desktop-clients
-
 
49
 rdesktop
-
 
50
 tsclient
-
 
51
@x11
-
 
52
 
28
 
53
# login manager
29
# login manager
54
gdm
30
gdm
55
 
31
 
56
# icewm desktop
32
# icewm desktop
57
@ice-desktop
33
@ice-desktop
58
 
34
 
59
# other usefull packages
-
 
60
busybox
-
 
61
mailx
-
 
62
memtest86+
-
 
63
livecd-tools
-
 
64
 
-
 
65
# livecd bits to set up the livecd and be able to install
-
 
66
anaconda
-
 
67
device-mapper-multipath
-
 
68
isomd5sum
-
 
69
 
-
 
70
## mini SL LiveCD specific changes
35
## mini SL LiveCD specific changes
71
 
36
 
72
# packages to remove
37
# packages to remove
73
-scenery-backgrounds
38
-scenery-backgrounds
74
-qt3
39
-qt3
Line 79... Line 44...
79
thunderbird
44
thunderbird
80
firefox
45
firefox
81
@openafs-client
46
@openafs-client
82
 
47
 
83
%end
48
%end
84
 
-