Initialize loaderData values in kickstart network command.
Ack.
On Fri, 21 Jan 2011, Radek Vykydal wrote:
Related: rhbz#638131
This adds to my recent 11 patches. The initialization is
needed for additional network commands which used to be ignored
before in loader.
NOTE: --device option is not initialized to keep present behaviour
of using ksdevice boot option as default. For other than first
network commands handled in loader (those having new option
--activate) the device of previous network command would be used
as default, which is incorrect, but acceptable IMO because for
existing kickstarts additional commands will still be ignored
(they don't have --activate option) and for the new behaviour
we can require --device option to be obligatory. Solution
fixing this would require hack similar (more complicated)
to patch [11/11] or substantial fix of loader network configuration
code.