YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Arch
  • FileSystems
  • Mode
  • Partitions
  • Product

Includes

  • partitioning/partition_defines.ycp

Local Functions

local check_lvm_mount_points (string mount) -> boolean

Check lvm mount points

Parameters:
mount mount point
local check_raid_mount_points (string mount) -> boolean

Check raid mount points

Parameters:
mount mount point
local check_noauto_mount (string mount) -> boolean

Check if the noauto option is permitted for this mount point.

Parameters:
mount mount point
local check_crypt_fs_mount_points (string mount, boolean crypt_fs) -> boolean

Check crypted mount points and return true if the mount point is ok.

Parameters:
mount mount point
crypt_fs boolean
local check_unique_label (map<string,map> targetMap, map part) -> boolean

Check all label and return true if the label is unique.

Parameters:
targetMap the TargetMap
part partition to check
local check_mount_point (map<string,map> targetMap, string dev, map part) -> boolean

Check all mount points and return true if the mount point is ok.

Parameters:
targetMap the TargetMap
dev
part
local CheckOkMount (string dev, map old, map<string,any> new) -> map

Do all checks concerning mount points, uuid, volume labels and fstab options

Parameters:
dev
old
new