YaST2 Developers Documentation: Autoinstallation Configuration System



functions
files
intro

Autoinstallation Configuration System

include/autoinstall/imports.ycp
Imports older and foreign format

Imports

  • Keyboard
  • Partitions

Includes

  • autoinstall/xml.ycp
  • network/ip.ycp

Functions

global aliceHostList ()

Generate control file list

Return value:
file list

global createProfile (map aliceConf) -> map

Create the profile from Alice data

Parameters:
aliceConf
Return value:
Profile

global createAlicePartitions (string partitions) -> list

create partition list from alice data

Parameters:
partitions
Return value:
list of partitions

global createAliceSoftware (map aliceConf) -> map

create software map from alice data

Parameters:
aliceConf
Return value:
software map

global readSelection (string selection) -> list

Read package selection from a file

Parameters:
selection
Return value:
package selection list

global createAliceNetwork (map aliceConf) -> map

create network map from alice data

Parameters:
aliceConf
Return value:
network map

global createAliceNis (map aliceConf) -> map

create NIS map from alice data

Parameters:
aliceConf
Return value:
NIS map

global createAliceUsers (map aliceConf) -> list

create users list from alice data

Parameters:
aliceConf
Return value:
List of users

global StringFS2Symbol (any fs) -> symbol

StringFS2Symbol()

Parameters:
fs
Return value:
filesystem type

YaST2 Developers Documentation