Hi there,
I just wanted to check before I do a trial and error test...
Autoyast's file section currently allows me to: * Fetch files from remote source using <file_location>http://my.server.site/issue</file_location> for example. * Create directories by adding a slash, i.e., <file_path>/mydir/a/b/c/</file_path>
So, natural question: Can Autoyast fetch directories by combining both?
<file_location>http://my.server.site/issue/</file_location><!-- note the slash --> <file_path>/mydir/a/b/c/</file_path>
If not, I will use a script to do that... but it would be nice :-)