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
35
@fonts
36
@graphical-admin-tools
37
@network-file-system-client
38
@network-tools
39
 #package added to @network-tools
40
 nmap
41
@remote-desktop-clients
42
 #packages added to @remote-desktop-clients
43
 rdesktop
44
 tsclient
45
@x11
46
 
47
# login manager
48
gdm
49
 
50
# icewm desktop
51
@ice-desktop
52
 
53
# other usefull packages
54
busybox
55
mailx
56
memtest86+
57
livecd-tools
58
 
59
# livecd bits to set up the livecd and be able to install
60
anaconda
61
device-mapper-multipath
62
isomd5sum
63
 
64
## mini SL LiveCD specific changes
65
 
66
# packages to remove
67
-scenery-backgrounds
68
-qt3
69
-xinetd
70
 
71
# packages to add
72
ibus-gtk
73
thunderbird
74
firefox
75
#@openafs-client
76
 
77
%end
78