YaST2 Developers Documentation: AutoYaST

AutoYaST

modules/AutoinstFile.ycp
Handle complete configuration file dumps
  • Anas Nashif (nashif@suse.de)

This module has an unstable interface.

Imports

  • AutoInstall
  • AutoinstConfig
  • Summary

Includes

  • autoinstall/io.ycp

Global Functions

global SetModified () -> void

Function sets internal variable, which indicates, that any settings were modified, to "true"

global GetModified () -> boolean

Functions which returns if the settings were modified

Return value:
settings were modified
global Summary () -> string

Settings Summary

global Import (list<map> settings) -> boolean

Import Settings

Parameters:
settings
global Export () -> list<map>

Export Settings

global Write () -> boolean

Write Settings