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
282 beyerleu 13
repo --name=base      --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
14
repo --name=security  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/security/
15
#fastbugs repo disabled per default
16
#repo --name=fastbugs  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/fastbugs/
269 beyerleu 17
xconfig --startxonboot
18
part / --size 4096 --fstype ext4
19
services --enabled=NetworkManager --disabled=network,sshd
20
 
21
%packages
22
syslinux
23
kernel
24
@base
25
 #package added to @base
26
  squashfs-tools
27
 #packages removed from @base
28
 -bind-utils
29
 -ed
30
 -kexec-tools
31
 -libaio
32
 -libhugetlbfs
33
 -microcode_ctl
34
 -psacct
35
 -quota
36
@core
270 beyerleu 37
#@fonts
38
dejavu-fonts-common
39
dejavu-sans-fonts
40
dejavu-sans-mono-fonts
41
dejavu-serif-fonts
42
fontpackages-filesystem
43
xorg-x11-fonts-misc
269 beyerleu 44
@graphical-admin-tools
45
@network-file-system-client
46
@network-tools
47
 #package added to @network-tools
48
 nmap
49
@remote-desktop-clients
50
 #packages added to @remote-desktop-clients
51
 rdesktop
52
 tsclient
53
@x11
54
 
55
# login manager
56
gdm
57
 
58
# icewm desktop
59
@ice-desktop
60
 
61
# other usefull packages
62
busybox
63
mailx
64
memtest86+
65
livecd-tools
66
 
67
# livecd bits to set up the livecd and be able to install
68
anaconda
69
device-mapper-multipath
70
isomd5sum
71
 
72
## mini SL LiveCD specific changes
73
 
74
# packages to remove
75
-scenery-backgrounds
76
-qt3
77
-xinetd
78
 
79
# packages to add
80
ibus-gtk
81
thunderbird
82
firefox
270 beyerleu 83
@openafs-client
269 beyerleu 84
 
85
%end
86