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@allenta.com www.allenta.com -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org