Subversion Repositories livecd

Rev

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

Rev 278 Rev 280
Line 9... Line 9...
9
keyboard us
9
keyboard us
10
timezone US/Eastern
10
timezone US/Eastern
11
auth --useshadow --enablemd5
11
auth --useshadow --enablemd5
12
selinux --enforcing
12
selinux --enforcing
13
firewall --enabled --service=mdns
13
firewall --enabled --service=mdns
14
repo --name=base    --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
14
repo --name=base      --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/os/
-
 
15
repo --name=security  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/security/
-
 
16
# fastbugs repo disabled per default
15
repo --name=updates --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/
17
repo --name=fastbugs  --baseurl=http://ftp.scientificlinux.org/linux/scientific/6rolling/$basearch/updates/fastbugs/
16
xconfig --startxonboot
18
xconfig --startxonboot
17
part / --size 4096 --fstype ext4
-
 
18
services --enabled=NetworkManager --disabled=network,sshd
19
services --enabled=NetworkManager --disabled=network,sshd
19
 
20
 
20
 
21
 
21
########################################################################
22
########################################################################
22
# Basic software packages
23
# Basic software packages
Line 26... Line 27...
26
syslinux
27
syslinux
27
kernel
28
kernel
28
 
29
 
29
# basic software groups
30
# basic software groups
30
@base
31
@base
-
 
32
# package added to @base
-
 
33
squashfs-tools
31
@core
34
@core
32
@graphical-admin-tools
35
@graphical-admin-tools
33
@network-file-system-client
36
@network-file-system-client
34
@network-tools
37
@network-tools
-
 
38
# package added to @network-tools
-
 
39
nmap
35
@remote-desktop-clients
40
@remote-desktop-clients
-
 
41
# packages added to @remote-desktop-clients
-
 
42
rdesktop
-
 
43
tsclient
36
@x11
44
@x11
37
@ice-desktop
-
 
38
@openafs-client
45
@openafs-client
39
 
46
 
40
# other usefull packages
47
# other usefull packages
41
busybox
48
busybox
42
mailx
49
mailx
Line 567... Line 574...
567
/sbin/chkconfig --add livesys-late
574
/sbin/chkconfig --add livesys-late
568
 
575
 
569
# go ahead and pre-make the man -k cache (#455968)
576
# go ahead and pre-make the man -k cache (#455968)
570
/usr/sbin/makewhatis -w
577
/usr/sbin/makewhatis -w
571
 
578
 
-
 
579
# create locate db
-
 
580
/etc/cron.daily/mlocate.cron 2>/dev/null
-
 
581
 
-
 
582
# run prelinking
-
 
583
/etc/cron.daily/prelink 2>/dev/null
-
 
584
 
572
# save a little bit of space at least...
585
# save a little bit of space at least...
573
rm -f /var/lib/rpm/__db*
586
rm -f /var/lib/rpm/__db*
574
rm -f /boot/initrd*
587
rm -f /boot/initrd*
575
rm -f /boot/initramfs*
588
rm -f /boot/initramfs*
576
# make sure there aren't core files lying around
589
# make sure there aren't core files lying around
Line 588... Line 601...
588
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
601
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
589
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-sl6
602
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-sl6
590
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-dawson
603
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-dawson
591
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-sl
604
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-sl
592
 
605
 
593
# evolution is in the gnome launch panel (workaround to start thunderbird instead)
606
# evolution is in the gnome launch panel (bad workaround to start thunderbird instead)
594
[ ! -e /usr/bin/evolution ] && ln -s /usr/bin/thunderbird /usr/bin/evolution
607
[ ! -e /usr/bin/evolution ] && ln -s /usr/bin/thunderbird /usr/bin/evolution
595
 
608
 
596
EOF_post
609
EOF_post
597
 
610
 
598
# run post-install script
611
# run post-install script