74. Hooks

Provide debug hooks during installation

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

    74.2. Global Functions

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

    74.2.2. Run

    Run Script

    Function parameters

    • string filename

    • boolean at_entry

    Return value

    • void

    74.3. Global Variables

    74.4. Module Requirements

    74.4.1. Module Imports

    • Directory
    • Popup

    74.4.2. Module Includes