YaST2 Developers Documentation: Configuration of xpram

Configuration of xpram

clients/xpram.ycp
Main file
  • Ihno Krumreich

This module has an unstable interface.

Main file for xpram configuration. Uses all other files.

Imports

  • CommandLine
  • Xpram

Includes

  • s390/xpram/ui.ycp

Local Functions

local XpramChangeConfiguration (map options) -> boolean

Command line handler for changing basic configuration

Parameters:
options a list of parameters passed as args (currently only "mountpoint" key is expected)
Return value:
true on success
local XpramEnableHandler (map options) -> boolean

Command line handler for enabling XpRAM

Parameters:
options a list of parameters passed as args
Return value:
true on success
local XpramDisableHandler (map options) -> boolean

Command line handler for disabling XpRAM

Parameters:
options a list of parameters passed as args
Return value:
true on success