|
NAMEConfig::Model::models::Multistrap - Configuration class Multistrap DESCRIPTIONConfiguration 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. Elementsinclude - Include file for cascaded configurationTo 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. archOptional. Type enum. choice: 'alpha', 'arm', 'armel', 'powerpc'. directory - target directorytop level directory where the bootstrap will be created. Optional. Type uniline. aptsourcesaptsources 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. bootstrapthe 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. debootstrapReplaced by bootstrap parameter. Deprecated Optional. Type list of reference. omitrequiredOptional. Type boolean. addimportantOptional. Type boolean. configscriptOptional. Type uniline. setupscriptOptional. Type uniline. cleanupremove apt cache data, downloaded Packages files and the apt package cache. Optional. Type boolean. noauthallow the use of unauthenticated repositories. Optional. Type boolean. explicitsuitewhether to add the /suite to be explicit about where apt needs to look for packages. Optional. Type boolean. unpack - extract all downloaded archivesOptional. Type boolean. Note: unpack is migrated with '$old' and with:
sectionsOptional. Type hash of node of class Multistrap::Section . forceunpack - extract all downloaded archivesdeprecated. Replaced by unpack. Deprecated Optional. Type boolean. SEE ALSO
|