YaST2 Developers Documentation: Auto-Installation

Auto-Installation

modules/AutoinstConfig.ycp
This module handles the configuration for auto-installation
  • Anas Nashif

This module has an unstable interface.

Imports

  • Installation
  • Misc
  • Mode
  • SLP
  • Stage
  • URL
  • URL

Includes

  • autoinstall/io.ycp
  • autoinstall/xml.ycp

Global Functions

global ParseCmdLine (string autoinstall) -> boolean

Return location of profile from command line.

Parameters:
autoinstall
Return value:
with protocol, server, path
Example
 autoyast=http://www.server.com/profiles/
global SetProtocolMessage () -> void

SetProtocolMessage ()

global Save () -> void

Save Configuration global settings

global ShellEscape (string s) -> string

escape a string so it can be passed to a shell

Parameters:
s
Return value:
escaped string string
global AutoinstConfig () -> void

Constructor