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::LCDd::CFontzPacket(3pm)		User Contributed Perl Documentation	    Config::Model::models::LCDd::CFontzPacket(3pm)

NAME
Config::Model::models::LCDd::CFontzPacket - Configuration class LCDd::CFontzPacket VERSION
version 2.021 DESCRIPTION
Configuration classes used by Config::Model generated from LCDd.conf Elements Model Select the LCD model Optional. Type enum. choice: '533', '631', '633', '635'. upstream_default: '633'. Device Select the output device to use Optional. Type uniline. upstream_default: '/dev/lcd'. Contrast Set the initial contrast Optional. Type integer. upstream_default: '560'. Brightness Set the initial brightness Optional. Type integer. upstream_default: '1000'. OffBrightness Set the initial off-brightness This value is used when the display is normally switched off in case LCDd is inactive. Optional. Type integer. upstream_default: '0'. Reboot Reinitialize the LCD's BIOS on driver start. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'. USB Enable the USB flag if the device is connected to an USB port. For serial ports leave it disabled. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'. OldFirmware Very old 633 firmware versions do not support partial screen updates using 'Send Data to LCD' command(31). For those devices it may be necessary to enable this flag. Optional. Type enum. choice: 'yes', 'no'. upstream_default: 'no'. Size Override the LCD size known for the selected model. Usually setting this value should not be necessary.Optional. Type uniline. default: '20x4'. Speed Override the default communication speed known for the selected model. Default value depends on model Optional. Type enum. choice: '19200', '115200'. SEE ALSO
o cme perl v5.14.2 2012-11-09 Config::Model::models::LCDd::CFontzPacket(3pm)
Man Page