Unknown YCP Module |
This module has an unstable interface. |
Imports
Local Functions |
Info:
File: clients/inst_automatic_configuration.ycp
Package: installation
Summary: Automatic configuration instead of the second stage
Authors: Lukas Ocilka
$Id$
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"]