|
38.
|
|
|
multistrap also implements the machine:variant support originally used in Emdebian Crush, although in a different implementation. Using the cascading configuration support, particular machine:variant combinations can be supported by simple changes on the command line.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:147
|
|
39.
|
|
|
Setting C<tarballname> to true also packs up the final filesystem into a tarball.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:152
|
|
40.
|
|
|
Note that multistrap ignores any unrecognised options in the config file - this allows for backwards-compatible behaviour as well as overloading the multistrap config files to support other tools (like pbuilder). Use the C<--simulate> option to see the combined configuration settings.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:155
|
|
41.
|
|
|
Section settings
|
|
|
type: =head1
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:161
|
|
42.
|
|
|
The section name (in [] brackets) needs to be unique for this configuration file and any configuration files which this file includes. Section names are case insensitive (all comparisons happen after conversion to lower case).
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:169
|
|
43.
|
|
|
'packages' is the list of packages to be added when this Section is listed in C<bootstrap>.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:174
|
|
44.
|
|
|
'source' is the apt source to use for this Section. (To use a local source on the same machine, ensure you use C<copy://> not C<file://>, so that apt is told to copy the packages into the rootfs instead of assuming it can try to download them later - because that "later" will never actually happen.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:177
|
|
45.
|
|
|
'keyring' lists the package which contains the key used by the source listed in this Section. If no keyring is specified, the C<noauth> option must be set to B<true>. See Secure Apt.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:183
|
|
46.
|
|
|
'suite' is the suite to use from this source. Note that this B<must> be the suite, not the codename.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:187
|
|
47.
|
|
|
Suites change from time to time: (oldstable, stable, testing, sid) The codename (etch, lenny, squeeze, sid) does not change.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
pod/multistrap:190
|