YaST2 Developers Documentation: Configuration of S/390 specific stuff

Configuration of S/390 specific stuff

modules/Dump.ycp
Creating dump devices for S/390
  • Jiri Srain

This module has an unstable interface.

Imports

  • Arch
  • Mode
  • Progress
  • Report
  • Stage
  • Summary

Global Variables

Global Functions

global Modified () -> boolean

Prototypes

global modified -> boolean

Data was modified?

global proposal_valid -> boolean

global write_only -> boolean

Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.

Info:

Abort function return boolean return true if abort

global Abort () -> boolean

Abort function

Return value:
blah blah lahjk
global Modified () -> boolean

Data was modified?

Return value:
true if modified
global Available () -> boolean

Is this kind of disk controller available?

Return value:
true if it is
global Read () -> boolean

Read all controller settings

Return value:
true on success
global FormatDisk (string dev, boolean force) -> boolean

Format a disk as DUMP device

Parameters:
dev string the disk device node
force boolean true to append the -f parameter
Return value:
true on success
global Write () -> boolean

Write all controller settings

Return value:
true on success
global Import (map settings) -> boolean

Get all controller settings from the first parameter (For use by autoinstallation.)

Parameters:
settings The YCP structure to be imported.
Return value:
True on success
global Export () -> map

Dump the controller settings to a single map (For use by autoinstallation.)

Return value:
Dumped settings (later acceptable by Import ())
global Summary () -> list

Create a textual summary and a list of unconfigured cards

Return value:
summary of the current configuration
global AutoPackages () -> map

Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.

Return value:
with 2 lists.
global AvailableDisks () -> list<string>

Create a List of available Disks

Return value:
of disks