YaST2 Developers Documentation: Auto-Installation



functions
files
intro

Auto-Installation

modules/AIScripts.ycp
Storage

Imports

  • Partitions

Includes

  • partitioning/partition_defines.ycp

Functions

global Set () -> void

Set module data

global Export () -> list

Dump the settings to a map, for autoinstallation use.

global Import (list settings) -> boolean

Get all the configuration from a map. When called by autoinst_ (preparing autoinstallation data) the map may be empty.

Parameters:
settings $[...]
Return value:
success

global Summary () -> term

Return value:
configuration summary dialog

global build_id (string disk_dev_name, any nr) -> string

Build the id for a partition entry in the man table. @parm disk_dev_name name of the devie e.g.: /dev/hda @parm nr number of the partition e.g.: 1

Parameters:
disk_dev_name
nr
Return value:
e.g.: 01./dev/hda

YaST2 Developers Documentation