YaST2 Developers Documentation: auto_part_functions.ycp



functions
files
intro

auto_part_functions.ycp

  • Andreas Schwab <schwab@suse.de>
  • Klaus Kämpf <kkaempf@suse.de>
  • Purpose: This module define functions of general use
  • to the automatic partitioner
needs global variables: integer bytes_per_unit integer first_logical_nr integer max_partitions defined functions: global define size_of_region (list region) ``{ global define size_to_units (integer bytes) ``{ global define start_of_region (list region) ``{ global define end_of_region (list region) ``{ global define num_primary (list partitions) ``{ global define contiguous_selection (list selection) ``{ global define contains_extended (list partitions) ``{ global define extended_region (list partitions) ``{ global define calculate_selected_region (list selection, any extended_region) ``{ global define can_create_logical (list partitions) ``{ global define bootable (list region) ``{ global define can_resize( list partitions ) ``{ global define renumber_logical_partitions (list partitions) ``{ global define unused_extended_region (list partitions) ``{ global define unused_logical_region (list partitions) ``{ global define compute_max_partitions (map target) ``{ global define compute_max_primary (map target)

Imports

  • Arch
  • Partitions

Includes

  • partitioning/partition_defines.ycp

YaST2 Developers Documentation