YaST2 Developers Documentation: yast2-storage

yast2-storage

DevicesSelectionBox.ycp
Expert Partitioner
  • Arvin Schnell

This module has an unstable interface.

Imports

  • DualMultiSelectionBox
  • Integer
  • Storage
  • StorageFields

Global Functions

global GetUnselectedDevices () -> list<map>

Returns list with the maps of the unselected devices.

global GetSelectedDevices () -> list<map>

Returns list with the maps of the selected devices.

global Create (list<map> unselected_devices, list<map> selected_devices, list<symbol> fields) -> term

The maps for the devices must contain the entries "device" and "size_k".

Parameters:
unselected_devices
selected_devices
fields