1BKR-WORKFLOW-INSTALLER-TEST(1) Beaker BKR-WORKFLOW-INSTALLER-TEST(1)
2
3
4
6 bkr-workflow-installer-test - DEPRECATED workflow to generate a kick‐
7 start for testing Anaconda
8
10 bkr workflow-installer-test [workflow options] [options] | [‐
11 --template <kickstart_template>]
12
14 Generates an Anaconda kickstart for the purpose of testing. Uses Jinja2
15 <http://jinja.pocoo.org/docs/> to render the templates. This workflow
16 is deprecated, use --kickstart with bkr workflow-simple or any other
17 workflow command.
18
20 --template <kickstart_template>
21 The template that the kickstart will be generated from.
22
23 Common workflow options are described in the Workflow options section
24 of bkr(1).
25
26 Common bkr options are described in the Options section of bkr(1).
27
29 Non-zero on error, otherwise zero.
30
32 Generate a kickstart based on the /tmp/my_template.cfg template, with
33 the 'i386' arch and 'RedHatEnterpriseLinux6' family:
34
35 bkr workflow-installer-test --arch i386 --family RedHatEnterpriseLinux6 \
36 --template /tmp/my_template.cfg
37
38 The templates understand the following variables:
39
40 * OS_MAJOR
41 * OS_MINOR
42 * FAMILY
43 * DISTRO
44 * VARIANT
45 * ARCH
46
48 bkr(1)
49
51 The Beaker team <beaker-devel@lists.fedorahosted.org>
52
54 2013-2022 Red Hat, Inc.
55
56
57
58
5928.3 May 21, 2022 BKR-WORKFLOW-INSTALLER-TEST(1)