YaST2 Developers Documentation: auto_part_functions.ycp

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

This module has an unstable interface.

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 start_of_region (list region) ``{ global define end_of_region (list region) ``{ global define num_primary (list partitions) ``{ global define contains_extended (list partitions) ``{ global define extended_region (list partitions) ``{ global define can_create_logical (list partitions, integer first_logical, integer max_logical ) ``{ global define can_resize( list partitions ) ``{ global define unused_extended_region (list partitions) ``{ global define compute_max_partitions (map target) ``{

Imports

  • Arch