YaST2 Developers Documentation: TV cards configuration



functions
files
intro

TV cards configuration

clients/tv_auto.ycp
Client for autoinstallation
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 ]);

YaST2 Developers Documentation