YaST2 Developers Documentation: TV cards configuration

TV cards configuration

clients/tv_auto.ycp
Client for autoinstallation
  • Jan Holesovsky

This module has an unstable interface.

This is a client for autoinstallation. It takes its arguments, goes through the configuration and returns the settings. Does not do any changes to the configuration.

Imports

  • Label
  • Tv
  • Wizard

Includes

  • tv/ui.ycp

Info:

Parameters:
first a map of tv settings
Example

    map mm = $[ "cards" : [] ];
    map ret = WFM::CallModule ("tv_auto", [ mm ]);