Mailinglist Archive: opensuse-autoinstall (62 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] /etc/sysconfig/network/dhcp der Parameter WRITE_HOSTNAME_TO_HOSTS von "yes" auf "no" SLES11
- From: Oliver Schweikert <oliver.schweikert@xxxxxxxxxx>
- Date: Wed, 18 Nov 2009 12:00:44 +0100
- Message-id: <4B03D3DC.1030007@xxxxxxxxxx>
Dirk.Lohmann@xxxxxxxxxxxxxx schrieb:
Hello Dirk,
this should work:
<profile ...>
<sysconfig config:type="list" >
<sysconfig_entry>
<sysconfig_key>WRITE_HOSTNAME_TO_HOSTS</sysconfig_key>
<sysconfig_path>/etc/sysconfig/network/dhcp</sysconfig_path>
<sysconfig_value>no</sysconfig_value>
</sysconfig_entry>
</sysconfig>
http://www.suse.com/~ug/autoyast_doc/createprofile.sysconfig.html
Regards,
Oliver
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Hello,
we want to set in /etc/sysconfig/network/dhcp WRITE_HOSTNAME_TO_HOSTS
from "yes" to "no" in SLES11
How can wie do that with xml ?
Dirk Lohmann
Hello Dirk,
this should work:
<profile ...>
<sysconfig config:type="list" >
<sysconfig_entry>
<sysconfig_key>WRITE_HOSTNAME_TO_HOSTS</sysconfig_key>
<sysconfig_path>/etc/sysconfig/network/dhcp</sysconfig_path>
<sysconfig_value>no</sysconfig_value>
</sysconfig_entry>
</sysconfig>
http://www.suse.com/~ug/autoyast_doc/createprofile.sysconfig.html
Regards,
Oliver
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |