Mailinglist Archive: opensuse-autoinstall (87 mails)

< Previous Next >
[opensuse-autoinstall] SLES10 asking value for nameserver
  • From: Carlos Temes <carlos@xxxxxxxxxxx>
  • Date: Thu, 22 Feb 2007 14:55:24 +0100
  • Message-id: <20070222135524.GC5511@xxxxxxxxxxx>


Hi all,

I'm having some problems with autoyast on SuSE SLES 10. I want
to ask values for network configuration to the user. It works
for all values (domain, IP address, network mask and gateway) but
nameserver.

I've tried using "<path>" or "<file>" tags in autoinst.xml:

- With "<path>" the /etc/resolv.conf file contains only one
line for domain, and none for nameserver.

<ask>
<path>networking,dns,nameservers,nameserver</path>
<title>Nameserver</title>
<question>Enter IP address</question>
<stage>initial</stage>
<default>192.168.1.11</default>
</ask>


- With "<file>", "/tmp/nameserver_address.tmp" is always
empty.

<ask>
<file>/tmp/nameserver.tmp</file>
<title>Nameserver</title>
<question>Enter IP address</question>
<stage>initial</stage>
<default>192.168.1.11</default>
</ask>


Any idea about what's wrong?


Thanks in advance,
Carlos



--
Carlos Temes Casas Allenta Consulting
carlos@xxxxxxxxxxx www.allenta.com
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups