For partitioning information in the custom configuration
file to be taken into account, and to replace any information in the
default file, these conditions must be fulfilled:Information in Common networking info is overwritten by the information in the custom configuration file. However, information in the Advanced network settings are not because they are applied in a post-configuration stage.
Here is a short example of a autoinst.xml file which adds a new user during setup.<profile xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns">
<users config:type="list">
<user>
<username>jdoe</username>
<user_password>tOpsEcreT</user_password>
<encrypted config:type="boolean">false</encrypted>
<forename>John</forename>
<surname>Doe</surname>
</user>
</users>
</profile>
Do not omit the xmlns and xmlns:config attributes of the profile tag.If the OS configurations in the deployed operating system are not what you expected, you must examine the parameter files carefully. They are the result of the merge between the custom file and the default file created.
To troubleshoot OS configuration parameters
after a failed deployment, there are two options:
To troubleshoot OS configuration parameters
after a failed deployment, there are two options: