[PATCH olpc-os-builder 13/14 v2] Disable sshd to save memory and speed up startup

Sascha Silbe silbe at activitycentral.com
Sat Mar 19 08:26:46 EDT 2011


Logging into an XO remotely doesn't work out-of-the-box anyway (no password
set) and enabling sshd requires just typing a second line ("sudo chkconfig
sshd on").
Backup to XS is initiated client side via a cron job, so it won't be affected.

Signed-off-by: Sascha Silbe <silbe at activitycentral.com>
---
v1->v2: use Kickstart services command instead of chkconfig, expand
        description

 modules/base/ksmain.10.core.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/base/ksmain.10.core.inc b/modules/base/ksmain.10.core.inc
index accc7a4..0e7c39e 100644
--- a/modules/base/ksmain.10.core.inc
+++ b/modules/base/ksmain.10.core.inc
@@ -5,5 +5,5 @@ selinux --disabled
 firewall --disabled
 xconfig --startxonboot
 part / --size 4096 --fstype=ext3
-services --enabled=messagebus,NetworkManager,avahi-daemon,crond --disabled=dnsmasq,ip6tables,iptables,mdmonitor,netfs,network
+services --enabled=avahi-daemon,crond,messagebus,NetworkManager --disabled=dnsmasq,ip6tables,iptables,mdmonitor,netfs,network,sshd

--
1.7.4.1




More information about the Devel mailing list