YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Directory
  • FileUtils
  • GetInstArgs
  • InstError
  • Mode
  • ProductControl
  • ProductFeatures
  • Progress
  • Stage
  • Wizard

Local Functions

Info:

File: clients/inst_automatic_configuration.ycp Package: installation Summary: Automatic configuration instead of the second stage Authors: Lukas Ocilka

$Id$

See
http://visnov.blogspot.com/2008/02/getting-rid-of-2nd-stage-of.html
local NormalizeScriptNames (list <string> names) -> list <string>

Prepares the list of installation scripts to be executed. This comes from control file where scripts are mentioned without the leading "inst_" but they are actually named that way ("inst_something").

Parameters:
names
Example
 ["aa", "inst_bb"] -> ["inst_aa", "inst_bb"]
local NormalizeProposalNames (list <string> names) -> list <string>

Similar to NormalizeScriptNames but it add "_proposal" instead if "inst_".

Parameters:
names
Example
 ["aa", "bb_proposal"] -> ["aa_proposal", "bb_proposal"]