mixer.init¶
Initialize mixer and workspace¶
- Copyright:
(C) 2018 Intel Corporation, CC-BY-SA-3.0
- Manual section:
1
SYNOPSIS¶
mixer init [flags]
DESCRIPTION¶
Initialize the mixer configuration and mixer workspace by writing default configuration files if necessary and building the proper directory structure.
OPTIONS¶
In addition to the globally recognized mixer flags (see mixer(1) for
more details), the following options are recognized.
--all-localInitialize mix with all local bundles automatically included.
--all-upstreamInitialize the mix with all upstream bundles automatically included.
--clear-version {version}Upstream version used to compose the mix. It must be either an integer or ‘latest’ (default “latest”)
--config {path}Supply a specific configuration file at path to use for mixing.
--format {format}Supply the format version for the mix.
--gitTrack mixer’s internal work directory with git.
-h, --helpDisplay
inithelp information and exit.--local-rpmsCreate and configure local RPM directories.
--mix-version {version}Supply the mix version to build (default is 10)
--no-default-bundlesSkip adding default bundles to the mix
--upstream-url {url}Supply an upstream URL to use for mixing (default is “https://download.clearlinux.org”)
--upstream-version {version}Alias to –clear-version (default is “latest”)
EXIT STATUS¶
On success, 0 is returned. A non-zero return code indicates a failure.