YaST2 Developers Documentation: Auto-installation

Auto-installation

modules/AutoInstall.ycp
Auto-installation related functions module

Imports

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

Global Functions

global Continue () -> boolean

Read saved data in continue mode

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

Constructer

global Save () -> boolean

Save configuration

global Finish (string destdir) -> void

Finish Auto-Installation by saving misc files

Parameters:
destdir
global PXELocalBoot () -> boolean

Put PXE file on the boot server using tftp

Return value:
true on success