[opensuse-autoinstall] 4.16. Ask the user for values during installation (How do I do it without http and with nfs?)
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 -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
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? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Conrad Schuler
-
Uwe Gansert