<files config:type="list">
<file>
<file_path>/bla</file_path>
<file_location>http://10.10.0.162/file_test.txt</file_location>
</file>
</files>
The section is evaluated after the network configuration is done so start_immediately should be set to true for the needed network interface, which is the default anyway if it's not specified. Protocols are the same like for the AutoYaST profile (http(s), ftp, nfs, tftp, ...)
Here you can read more about the files section in AutoYaST.
2 Kommentare:
How do I specify that the file_location is on the floppy drive where I have autoinst.xml?
Conrad
with
<file_location>floppy:///file.txt</file_location>
you can specify the floppy
Kommentar veröffentlichen