Subversion Repositories livecd

Rev

Rev 275 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 275 Rev 279
Line 2... Line 2...
2
#
2
#
3
#  LiveCD with gnome dekstop
3
#  LiveCD with gnome dekstop
4
#
4
#
5
########################################################################
5
########################################################################
6
 
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
7
part / --size 4096 --fstype ext4
-
 
8
 
17
services --enabled=NetworkManager --disabled=network,sshd
9
%include sl6-live-base.ks
-
 
10
 
18
 
11
 
19
%packages
12
%packages
20
syslinux
-
 
21
kernel
-
 
22
@base
-
 
23
 #package added to @base
-
 
24
  squashfs-tools
-
 
25
 #packages removed from @base
13
# packages removed from @base
26
 -bind-utils
14
-bind-utils
27
 -ed
15
-ed
28
 -kexec-tools
16
-kexec-tools
29
 -libaio
17
-libaio
30
 -libhugetlbfs
18
-libhugetlbfs
31
 -microcode_ctl
19
-microcode_ctl
32
 -psacct
20
-psacct
33
 -quota
21
-quota
34
@basic-desktop
22
@basic-desktop
35
 #package removed from @basic-desktop
23
# package removed from @basic-desktop
36
 -gok
24
-gok
37
@core
-
 
38
@desktop-platform
25
@desktop-platform
39
 #packages removed from @desktop-platform
26
# packages removed from @desktop-platform
40
 -redhat-lsb
27
-redhat-lsb
41
@dial-up
28
@dial-up
42
@fonts
29
@fonts
43
@general-desktop
30
@general-desktop
44
 #package removed from @general-desktop
31
# package removed from @general-desktop
45
 -gnome-backgrounds
32
-gnome-backgrounds
46
 -gnome-user-share
33
-gnome-user-share
47
 -nautilus-sendto
34
-nautilus-sendto
48
 -orca
35
-orca
49
 -rhythmbox
36
-rhythmbox
50
 -vino
37
-vino
51
@graphical-admin-tools
-
 
52
@input-methods
38
@input-methods
53
@internet-applications
39
@internet-applications
54
 #package added to @internet-applications
40
# package added to @internet-applications
55
 xchat
41
xchat
56
 #packages removed from @internet-applications
42
# packages removed from @internet-applications
57
 -ekiga
43
-ekiga
58
@internet-browser
44
@internet-browser
59
@network-file-system-client
-
 
60
@network-tools
-
 
61
 #package added to @network-tools
-
 
62
 nmap
-
 
63
@remote-desktop-clients
-
 
64
 #packages added to @remote-desktop-clients
-
 
65
 rdesktop
-
 
66
 tsclient
-
 
67
@x11
-
 
68
 
45
 
69
# other usefull packages
-
 
70
busybox
-
 
71
mailx
-
 
72
memtest86+
-
 
73
livecd-tools
-
 
74
 
-
 
75
# livecd bits to set up the livecd and be able to install
-
 
76
anaconda
-
 
77
device-mapper-multipath
-
 
78
isomd5sum
-
 
79
 
46
 
80
## SL LiveCD specific changes
47
## SL LiveCD specific changes
81
 
48
 
82
# packages to remove
49
# packages to remove
83
-evolution
50
-evolution
Line 93... Line 60...
93
@openafs-client
60
@openafs-client
94
cups
61
cups
95
cups-pk-helper
62
cups-pk-helper
96
 
63
 
97
%end
64
%end
98
 
-
 
99
 
-