323. Xpram

Xpram settings, input and output functions

323.1. Authors

  • Ihno Krumreich <Ihno@suse.de>

323.2. Summary of Module Globals

List of Global Functions

  • Read - Read all xpram settings

  • ReadSysconfig - Read xpram settings from /etc/sysconfig/xpram

  • Write - Write all xpram settings

List of Global Variables

  • force - Should xpram be really started?

  • fstype - Filesystem used for the XpRAM

  • modified - Data was modified?

  • mountpoint - mountpoint used for xpram

  • start - Should xpram be started?

323.3. Global Functions

323.3.1. Read

Read all xpram settings

Return value

  • boolean - true on success

323.3.2. ReadSysconfig

Read xpram settings from /etc/sysconfig/xpram

Return value

  • boolean - true when file exists

323.3.3. Write

Write all xpram settings

Return value

  • boolean - true on success

323.4. Global Variables

323.4.1. force

Should xpram be really started?

323.4.2. fstype

Filesystem used for the XpRAM

323.4.3. modified

Data was modified?

323.4.4. mountpoint

mountpoint used for xpram

323.4.5. start

Should xpram be started?

323.5. Module Requirements

323.5.1. Module Imports

  • FileUtils
  • Progress
  • Report
  • Service

323.5.2. Module Includes