Hello,
In the manual on page: 4.16. Ask the user for values during installation
In the section titled: The following example is a nice way to choose between autoyast profiles...
There is a line: <source><![CDATA[ wget http://10.10.0.162/$VAL -O /tmp/profile/modified.xml 2>/dev/null ]]> </source>
What is my magic incantation to do this without http and with nfs?
Thanks in advance,
Conrad
on Wednesday 05 November 2008 Conrad Schuler wrote:
<source><![CDATA[ wget http://10.10.0.162/$VAL -O /tmp/profile/modified.xml 2>/dev/null ]]> </source>
What is my magic incantation to do this without http and with nfs?
what's wrong with mounting, copy file and then umount?
autoinstall@lists.opensuse.org