YaST2 Developers Documentation: Configuration of xpram

Configuration of xpram

modules/Xpram.ycp
Xpram settings, input and output functions
  • Ihno Krumreich

This module has an unstable interface.

Representation of the XpRAM configuration. Input and output routines.

Imports

  • FileUtils
  • Progress
  • Report
  • Service

Global Variables

Global Functions

global modified -> boolean

Data was modified?

global force -> boolean

Should xpram be really started?

global start -> boolean

Should xpram be started?

global mountpoint -> string

mountpoint used for xpram

global fstype -> string

Filesystem used for the XpRAM

global ReadSysconfig () -> boolean

Read xpram settings from /etc/sysconfig/xpram

Return value:
true when file exists
global Read () -> boolean

Read all xpram settings

Return value:
true on success
global Write () -> boolean

Write all xpram settings

Return value:
true on success