Subversion Repositories livecd

Rev

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

Rev 109 Rev 113
Line 14... Line 14...
14
# you are actually running
14
# you are actually running
15
# 
15
# 
16
# if the SMP version of the $KERNEL is installed, 
16
# if the SMP version of the $KERNEL is installed, 
17
# it will also be included in the LiveCD
17
# it will also be included in the LiveCD
18
#KERNEL="`uname -r`"
18
#KERNEL="`uname -r`"
19
KERNEL=2.6.9-55.0.9.EL
19
#KERNEL=2.6.9-42.0.3.EL
20
#KERNEL=2.6.18-1.2747.el5
20
KERNEL=2.6.18-8.1.8.el5
21
 
21
 
22
# The OS release $OS_RELEASE is defined by following option: 
22
# The OS release $OS_RELEASE is defined by following option: 
23
# -sl4  -> for SL4, RHEL4, CentOS4 -> OS_RELEASE=4
23
# -sl4  -> for SL4, RHEL4, CentOS4 -> OS_RELEASE=4
24
# -sl5  -> for SL5, RHEL5, CentOS5 -> OS_RELEASE=5
24
# -sl5  -> for SL5, RHEL5, CentOS5 -> OS_RELEASE=5
25
 
25
 
Line 62... Line 62...
62
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
62
#EXTRA_BOOT_OPTIONS="nopasswd kb=sg-latin1"
63
#EXTRA_BOOT_OPTION="rhgb"
63
#EXTRA_BOOT_OPTION="rhgb"
64
 
64
 
65
# Define failsafe boot option
65
# Define failsafe boot option
66
# used if you boot with label "failsafe"
66
# used if you boot with label "failsafe"
67
FAILSAFE_BOOT_OPTIONS="nonet simplex apm=off acpi=off nofstab"
67
FAILSAFE_BOOT_OPTIONS="nonet simplex apm=off acpi=off noapic nofstab"
68
 
68
 
69
# Define default desktop windows manager and default login manager
69
# Define default desktop windows manager and default login manager
70
# (will be put in /etc/sysconfig/desktop)
70
# (will be put in /etc/sysconfig/desktop)
71
#DESKTOP=KDE
71
#DESKTOP=KDE
72
#DISPLAYMANAGER=GNOME
72
#DISPLAYMANAGER=GNOME
Line 74... Line 74...
74
# Services which are off (not running) on the LiveCD
74
# Services which are off (not running) on the LiveCD
75
SERVICES_OFF="microcode_ctl cups yum xinetd afs rhnsd nfslock ip6tables \
75
SERVICES_OFF="microcode_ctl cups yum xinetd afs rhnsd nfslock ip6tables \
76
              mdmonitor mdmpd hpoj sendmail sshd portmap snmptrapd \
76
              mdmonitor mdmpd hpoj sendmail sshd portmap snmptrapd \
77
              snmpd smartd cups-config-daemon sysstat lm_sensors exim \
77
              snmpd smartd cups-config-daemon sysstat lm_sensors exim \
78
              ntpd httpd irqbalance firstboot clamd yum-updatesd kdump \
78
              ntpd httpd irqbalance firstboot clamd yum-updatesd kdump \
79
              auditd"
79
              auditd rpcidmapd autofs ricci modclusterd xend xendomains"
80
 
80
 
81
# Services which are on (running) on the LiveCD
81
# Services which are on (running) on the LiveCD
82
SERVICES_ON="apmd acpid pcmcia haldaemon autofs"
82
[ "$OS_RELEASE" = "4" ] && SERVICES_ON="apmd acpid pcmcia haldaemon autofs"
-
 
83
[ "$OS_RELEASE" = "5" ] && SERVICES_ON="apmd acpid pcmcia haldaemon \
-
 
84
                                        NetworkManager NetworkManagerDispatcher"
83
 
85
 
84
# Most probably the LiveCD will not boot with SELinux enabled !  
86
# Most probably the LiveCD will not boot with SELinux enabled !  
85
# SELinux can also be disabled with boot parameter "enforcing=0"
87
# SELinux can also be disabled with boot parameter "enforcing=0"
86
SELINUX=disabled
88
SELINUX=disabled
87
#BOOT_OPTIONS="$BOOT_OPTIONS enforcing=0"
89
#BOOT_OPTIONS="$BOOT_OPTIONS enforcing=0"