Subversion Repositories livecd

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
269 beyerleu 1
########################################################################
2
#
3
#  Mini LiveCD with icewm dekstop
4
#
5
########################################################################
6
 
7
lang en_US.UTF-8
8
keyboard us
9
timezone US/Eastern
10
auth --useshadow --enablemd5
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
16
part / --size 4096 --fstype ext4
17
services --enabled=NetworkManager --disabled=network,sshd
18
 
19
%packages
20
syslinux
21
kernel
22
@base
23
 #package added to @base
24
  squashfs-tools
25
 #packages removed from @base
26
 -bind-utils
27
 -ed
28
 -kexec-tools
29
 -libaio
30
 -libhugetlbfs
31
 -microcode_ctl
32
 -psacct
33
 -quota
34
@core
270 beyerleu 35
#@fonts
36
dejavu-fonts-common
37
dejavu-sans-fonts
38
dejavu-sans-mono-fonts
39
dejavu-serif-fonts
40
fontpackages-filesystem
41
xorg-x11-fonts-misc
269 beyerleu 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
 
53
# login manager
54
gdm
55
 
56
# icewm desktop
57
@ice-desktop
58
 
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
71
 
72
# packages to remove
73
-scenery-backgrounds
74
-qt3
75
-xinetd
76
 
77
# packages to add
78
ibus-gtk
79
thunderbird
80
firefox
270 beyerleu 81
@openafs-client
269 beyerleu 82
 
83
%end
84