YaST2 Developers Documentation: Auto-installation



functions
files
intro

Auto-installation

modules/AutoInstall.ycp
Auto-installation related functions module Author: Anas Nashif

Imports

  • AutoInstallRules
  • AutoinstConfig
  • Mode
  • Profile
  • Report
  • TFTP

Global Functions

global Continue () -> boolean

Read saved data in continue mode

Return value:
true on success

global AutoInstall () -> void

Constructer @return: void

global Save () -> boolean

Save configuration @return: boolean true on success

global Finish (string destdir) -> void

Finish Auto-Installation by saving misc files

Parameters:
destdir

Info:

Put PXE file on the boot server using tftp


YaST2 Developers Documentation