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 rpcidmapd"
|
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"
|