YaST2 Developers Documentation: Configuration IUCV Terminal Settings

Configuration IUCV Terminal Settings

modules/IUCVTerminal.ycp
IUCV Terminal settings, input and output functions
  • Tim Hardeck

This module has an unstable interface.

Imports

  • Bootloader
  • FileUtils
  • Integer
  • Progress
  • Report
  • String

Global Variables

Global Functions

Info:

Maximal allowed IUCV ttys, 999 is the absolute maximum

Info:

Default Emulation for HVC

Info:

Text field for changing settings of all HVC instances

Info:

Text field for not changing the HVC emulation

Info:

List of all possible HVC terminals

Info:

List of all HVC emulations

global modified -> boolean

Data was modified?

global iucv_instances -> integer

Number of IUCV instances

global iucv_name -> string

First part of the Terminal name (without the counter)

global hvc_instances -> integer

Number of HVC instances

global hvc_emulations -> list<string>

List of emulations per HVC device (first entry for hvc0, second for hvc1 and so on)

global show_kernel_out_on_hvc -> boolean

Show kernel output on hvc0?

global restrict_hvc_to_srvs -> string

Allow only connections from the mentioned Terminal server

global has_bootloader_changed -> boolean

Has the bootloader configuration changed?

global Read () -> boolean

Read all settings

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

Write all settings

Return value:
true on success