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 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 section of bkr(1).
Common bkr options are described in the 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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.