8. AutoInstall

Auto-installation related functions module

8.1. Summary of Module Globals

List of Global Functions

  • AutoInstall - Constructer

  • Continue - Read saved data in continue mode

  • Finish - Finish Auto-Installation by saving misc files

  • PXELocalBoot - Put PXE file on the boot server using tftp

  • Save - Save configuration

  • TurnOff - Turn off the second stage of autoyast

List of Global Variables

    8.2. Global Functions

    8.2.1. AutoInstall

    Constructer

    Return value

    • void

    8.2.2. Continue

    Read saved data in continue mode

    Return value

    • boolean - true on success

    8.2.3. Finish

    Finish Auto-Installation by saving misc files

    Function parameters

    • string destdir

    Return value

    • void

    8.2.4. PXELocalBoot

    Put PXE file on the boot server using tftp

    Return value

    • boolean - true on success

    8.2.5. Save

    Save configuration

    Return value

    • boolean - true on success

    8.2.6. TurnOff

    Turn off the second stage of autoyast

    Return value

    • boolean

    8.3. Global Variables

    8.4. Module Requirements

    8.4.1. Module Imports

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

    8.4.2. Module Includes