This is a client for autoinstallation. It takes its arguments,
goes through the configuration and return the setting.
Does not do any changes to the configuration.
Imports
Idedma
Progress
Includes
idedma/ui.ycp
Info:
Parameters:
first
a map of idedma settings
Return value:
success of operation
Example:
map mm = $[ "dma_on" : false, ...];
map ret = WFM::CallModule ("idedma_auto", [ mm ]);