bkr-workflow-installer-test - Man Page

DEPRECATED workflow to generate a kickstart for testing Anaconda

Synopsis

bkr workflow-installer-test [workflow options] [options] |    [--template <kickstart_template>]

Description

Generates an Anaconda kickstart for the purpose of testing. Uses Jinja2 <http://jinja.pocoo.org/docs/> to render the templates. This workflow is deprecated, use --kickstart <#cmdoption-bkr-kickstart> with bkr workflow-simple or any other workflow command.

Options

--template <kickstart_template>

The template that the kickstart will be generated from.

Common workflow options are described in the Workflow options <#workflow-options> section of bkr(1).

Common bkr options are described in the Options <#common-options> section of bkr(1).

Exit Status

Non-zero on error, otherwise zero.

Examples

Generate a kickstart based on the /tmp/my_template.cfg template, with the 'i386' arch and 'RedHatEnterpriseLinux6' family:

bkr workflow-installer-test --arch i386 --family RedHatEnterpriseLinux6 \
    --template /tmp/my_template.cfg

The templates understand the following variables:

* OS_MAJOR
* OS_MINOR
* FAMILY
* DISTRO
* VARIANT
* ARCH

See Also

bkr(1)

Author

The Beaker team <beaker-devel@lists.fedorahosted.org>

Referenced By

bkr(1).

Jan 16, 2026 29.2 Beaker