YaST2 Developers Documentation: yast2



functions
files
intro

yast2

modules/Hooks.ycp
Provide debug hooks during installation

Imports

  • Popup

Global 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

Info:

Execute Script

Parameters:
string type

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

Run Script

Parameters:
filename
at_entry

YaST2 Developers Documentation