YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Directory
  • Popup

Global Functions

Local Functions

Info:

File: modules/Hooks.ycp Package: yast2 Summary: Provide debug hooks during installation Authors: Klaus Kaempf

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