9. AutoInstall

Auto-installation related functions module

9.1. Authors

  • Anas Nashif <nashif@suse.de>

9.2. 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

    9.3. Global Functions

    9.3.1. AutoInstall

    Constructer

    Return value

    • void

    9.3.2. Continue

    Read saved data in continue mode

    Return value

    • boolean - true on success

    9.3.3. Finish

    Finish Auto-Installation by saving misc files

    Function parameters

    • string destdir

    Return value

    • void

    9.3.4. PXELocalBoot

    Put PXE file on the boot server using tftp

    Return value

    • boolean - true on success

    9.3.5. Save

    Save configuration

    Return value

    • boolean - true on success

    9.3.6. TurnOff

    Turn off the second stage of autoyast

    Return value

    • boolean

    9.4. Global Variables

    9.5. Module Requirements

    9.5.1. Module Imports

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

    9.5.2. Module Includes