Mailinglist Archive: opensuse-autoinstall (31 mails)

< Previous Next >
Re: [opensuse-autoinstall] how to configure services using autoyast
  • From: 686f6c6d <686f6c6d@xxxxxxxxxxxxxx>
  • Date: Thu, 11 Nov 2010 11:03:51 +0100
  • Message-id: <AANLkTinTf7dQTErYQED=_b3vLz62_jtMFEmKK3fMZv5u@xxxxxxxxxxxxxx>
On Sat, Nov 6, 2010 at 00:22, Yiping Zhang <yiping4698@xxxxxxxxx> wrote:
HI,

In my autoyast.xml, I want to enable a number of services like
autofs, snmpd, ntp etc. I have put them in <runlevel> section as
below:

As long as the package "yast2-runlevel" is installed, the following
works for me.
This is openSUSE 11.3. All the listed services except sshd will be disabled.

---------- 8< ----------
<!-- services that will be disabled -->
<runlevel>
<default>3</default>
<services config:type="list">
<service>
<service_name>earlyxdm</service_name>
</service>
<service>
<service_name>network-remotefs</service_name>
</service>
<service>
<service_name>rpcbind</service_name>
</service>
<service>
<service_name>splash</service_name>
</service>
<service>
<service_name>splash_early</service_name>
</service>
<!-- sshd does not start by default in 11.2+ -->
<service>
<service_name>sshd</service_name>
<service_start>3 5</service_start>
</service>
</services>
</runlevel>
---------- >8 ----------


tty,
686f6c6d
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
This Thread