YaST2 Developers Documentation: Auto-installation



functions
files
intro

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 @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

global PXELocalBoot () -> boolean

Put PXE file on the boot server using tftp

Return value:
true on success

YaST2 Developers Documentation