autoyast ask
Hi,
In autoyast, I would like to use the ask feature to prompt the user to specify values, like hostname.
Since the hostname of the machine can be at more that one places, I use something like <path>host,1,hosts_entry,names</path><path>...</path>
But, I have a entry in my host file that is machinename-priv and machinename.mysuffix
how to change only the machine name.... something like ${hostname}.mysuffix ?
example :
<hosts_entry>
<host_address>10.1.1.1</host_address>
<names config:type="list">
<name>changeme changeme.suffix</name>
</names>
</hosts_entry>
If I do this, this would change the whole line, not just the hostname......
Any idea ?
is this at all possible, of RFE ??
Marc
|