YaST2 Developers Documentation: yast2

yast2

modules/Hooks.ycp
Provide debug hooks during installation

This module has an unstable interface.

Imports

  • Directory
  • Popup

Global Functions

Local Functions

global Checkpoint (string filename, boolean at_entry) -> void

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

Parameters:
filename
at_entry
local ExecuteScript (string script, string type) -> void

Execute Script

Parameters:
script
type
global Run (string filename, boolean at_entry) -> void

Run Script

Parameters:
filename
at_entry