YaST2 Developers Documentation: Autoyast

Autoyast

modules/AutoinstGeneral.ycp
Configuration of general settings for autoyast
  • Anas Nashif (nashif@suse.de)

This module has an unstable interface.

Imports

  • AutoInstall
  • AutoinstConfig
  • AutoinstData
  • Keyboard
  • Keyboard
  • Language
  • Misc
  • Mouse
  • Pkg
  • ProductFeatures
  • Profile
  • SignatureCheckCallbacks
  • Stage
  • Storage
  • Summary
  • Timezone

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

Summary of configuration

Return value:
Formatted summary
global Import (map settings) -> boolean

Import Configuration

Parameters:
settings
Return value:
booelan
global Export () -> map

Export Configuration

global SetSignatureHandling () -> void

set the sigature handling

global Write () -> boolean

Write General Configuration

Return value:
true on success
global AutoinstGeneral () -> void

Constructor