Larry Wall
Recently I got a bugreport against SLES11 by a customer who uses
<keep_install_network config:type="boolean">false</keep_install_network>
unfortunately that feature is broken on openSUSE 11.1 and SLES11 (that's why there was a bugreport) but will be fixed for openSUSE 11.2 and maybe on SP1 for SLES11.
What does it do? Well, actually you can take it literally. A networking section like this ...
<networking>
<keep_install_network config:type="boolean">true</keep_install_network>
</networking>
... will keep the network configuration that was created by linuxrc by doing an installation of the system over a network. linuxrc will raise the network then to connect the installation source and with that boolean set to true in the XML file, AutoYaST will copy that network configuration into the installed system. So if the network configuration during the installation is the same you want in the running system, you don't have to configure it in the XML file. Just set that boolean to true and you'll keep your installation network in the running system.
Thanx to Bubli and Michal for supporting me with that bug.
au revoir - Uwe