Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

config::model::models::multistrap(3pm) [debian man page]

Config::Model::models::Multistrap(3pm)			User Contributed Perl Documentation		    Config::Model::models::Multistrap(3pm)

NAME
Config::Model::models::Multistrap - Configuration class Multistrap VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model Class for multistrap configuration files. Note that multistrap is based on INI where section and keys are case insensitive. Hence all sections and keys are converted to lower case and written back as lower case. Most values (but not all) are also case-insensitive. These values will also be written back as lowercase. Elements include - Include file for cascaded configuration To support multiple variants of a basic (common) configuration, "multistrap" allows configuration files to include other (more general) configuration files. i.e. the most detailed / specific configuration file is specified on the command line and that file includes another file which is shared by other configurations.Optional. Type uniline. arch Optional. Type enum. choice: 'alpha', 'arm', 'armel', 'powerpc'. directory - target directory top level directory where the bootstrap will be created. Optional. Type uniline. aptsources aptsources is a list of sections to be used in the /etc/apt/sources.list.d/multistrap.sources.list of the target. Order is not important.Optional. Type list of reference. bootstrap the bootstrap option determines which repository is used to calculate the list of Priority: required packages and which packages go into the rootfs. The order of sections is not important.Optional. Type list of reference. debootstrap Replaced by bootstrap parameter. Deprecated Optional. Type list of reference. omitrequired Optional. Type boolean. addimportant Optional. Type boolean. configscript Optional. Type uniline. setupscript Optional. Type uniline. cleanup remove apt cache data, downloaded Packages files and the apt package cache.Optional. Type boolean. noauth allow the use of unauthenticated repositories. Optional. Type boolean. explicitsuite whether to add the /suite to be explicit about where apt needs to look for packages.Optional. Type boolean. upstream_default: '0'. unpack - extract all downloaded archives Optional. Type boolean. upstream_default: '1'. Note: unpack is migrated with '$old' and with $old => ""- forceunpack"" sections Optional. Type hash of node. forceunpack - extract all downloaded archives deprecated. Replaced by unpack. Deprecated Optional. Type boolean. upstream_default: '1'. SEE ALSO
o cme o Config::Model::models::Multistrap::Section perl v5.14.2 2012-11-09 Config::Model::models::Multistrap(3pm)

Check Out this Related Man Page

Config::Model::models::Itself::Class(3pm)		User Contributed Perl Documentation		 Config::Model::models::Itself::Class(3pm)

NAME
Config::Model::models::Itself::Class - Configuration class Itself::Class DESCRIPTION
Configuration classes used by Config::Model Configuration class. This class represents a node of a configuration tree. Elements class_description Explain the purpose of this configuration class. This description will be re-used to generate the documentation of your configuration class. You can use pod markup to format your description. See perlpod for details.Optional. Type string. license Optional. Type string. author Optional. Type list of uniline. copyright Optional. Type list of uniline. element Specify the elements names of this configuration class.Optional. Type hash of node. include Include the specification of another class into this class.Optional. Type list of reference. include_after insert the included elements after a specific element. Optional. Type reference. write_config_dir Deprecated Optional. Type uniline. read_config_dir Deprecated Optional. Type uniline. generated_by When set, this class was generated by some program. You should not edit it as your modification may be clobbered later on. Optional. Type uniline. read_config Specify the Perl class(es) and function(s) used to read configuration data. The specified function will be tried in sequence to get configuration data. Optional. Type list of node. write_config Specify the Perl class and function used to write configuration data.Optional. Type list of node. accept Specifies names of the elements this configuration class will accept as valid. The key of the hash is a regular expression that will be tested against candidate parameters. When the parameter matches the regular expression, a new parameter is created in the model using the description provided in the value of this hash key. Note that the regexp must match the whole candidate parameter name. I.e. the specified regexp will be eval'ed with a leading ^ and a trailing $.Optional. Type hash of node. SEE ALSO
o cme o Config::Model::models::Itself::ConfigAccept o Config::Model::models::Itself::ConfigRead o Config::Model::models::Itself::ConfigWrite o Config::Model::models::Itself::Element AUTHOR
Dominique Dumont COPYRIGHT
2007-2011 Dominique Dumont. LICENSE
LGPL-2 perl v5.14.2 2012-06-22 Config::Model::models::Itself::Class(3pm)
Man Page