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 <[email protected]>
---
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

_______________________________________________
Devel mailing list
[email protected]
http://lists.laptop.org/listinfo/devel

Reply via email to