YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • Arch
  • FileSystems
  • Label
  • Mode
  • Package
  • Partitions
  • Popup
  • Storage
  • StorageProposal

Includes

  • partitioning/custom_part_helptexts.ycp

Local Functions

local FileSystemOptions (map< any, map<string,any> > org_fs_options, map fs_define) -> map <any, map<string, any> >

Dialog: Filesystem options

Parameters:
org_fs_options
fs_define
local FstabOptions (map<string,any> old, map<string,any> new) -> map<string,any>

Dialog: Fstab options

Parameters:
old
new
local FileSystemsComboBox (map new_val, map<symbol,map> file_systems) -> term

Dialogpart: Filesystem

Parameters:
new_val
file_systems
Return value:
the term contains a ComboBox with the different filesystems
local FsidComboBox (map new_val, map<symbol, map> file_systems) -> term

Dialogpart: Filesystem ID

Parameters:
new_val
file_systems
Return value:
the term contains a ComboBox that allow the user to edit the filesystem ID
local ChangeExistingSymbolsState (list symbols, boolean what) -> void

Change the state of all symbol from the list symbols

Parameters:
symbols
what
Return value:
nil
local MountDlg (map new_val, list mountpoints) -> term

Dialogpart: Mount part

Parameters:
new_val
mountpoints
Return value:
ComboBox with all mountpoints
local deleteAllDevPartitions (map<string, any> disk, boolean installation) -> boolean

Delete all partition in targetMap from the device "del_dev" and return a new targetMap. Check if LVM partition exists on the device. Check if at least on partition is mounted.

Parameters:
disk
installation
Return value:
targetMap
local SubvolHandling (map<string,any> old, map<string,any> new) -> map<string,any>

Dialog: Subvolume handling

Parameters:
old
new