81. Hooks

Provide debug hooks during installation

81.1. Summary of Module Globals

List of Global Functions

  • Checkpoint - called whenever an inst_*.ycp file is called during installation. checks if /tmp/<filename> exists and pops up a "Entry: <filename>" or "Exit: <filename>" box

  • Run - Run Script

List of Global Variables

    81.2. Global Functions

    81.2.1. Checkpoint

    called whenever an inst_*.ycp file is called during installation. checks if /tmp/<filename> exists and pops up a "Entry: <filename>" or "Exit: <filename>" box

    Function parameters

    • string filename

    • boolean at_entry

    Return value

    • void

    81.2.2. Run

    Run Script

    Function parameters

    • string filename

    • boolean at_entry

    Return value

    • void

    81.3. Global Variables

    81.4. Module Requirements

    81.4.1. Module Imports

    • Directory
    • Popup

    81.4.2. Module Includes