1coreos-installer(8)         System Manager's Manual        coreos-installer(8)
2
3
4

NAME

6       coreos-installer-install - Install Fedora CoreOS or RHEL CoreOS
7

SYNOPSIS

9       coreos-installer-install  [-h|--help] [-V|--version] [-c|--config-file]
10       [-s|--stream] [-u|--image-url]  [-f|--image-file]  [-i|--ignition-file]
11       [-I|--ignition-url]  [--ignition-hash]  [-a|--architecture] [-p|--plat‐
12       form]  [--append-karg]  [--delete-karg]   [-n|--copy-network]   [--net‐
13       work-dir]  [--save-partlabel]  [--save-partindex]  [--offline] [--inse‐
14       cure] [--insecure-ignition]  [--stream-base-url]  [--preserve-on-error]
15       [--fetch-retries] [DEST_DEVICE]
16

DESCRIPTION

18       Install Fedora CoreOS or RHEL CoreOS
19

OPTIONS

21       -h, --help
22              Print help information
23
24       -V, --version
25              Print version information
26
27       -c, --config-file=path
28              YAML config file with install options
29
30              Load  additional  config  options from the specified YAML config
31              file. Later config files override earlier ones, and command-line
32              options override config files.
33
34              Config file keys are long option names without the leading "--".
35              Values are strings for non-repeatable options, arrays of strings
36              for  repeatable  options, and "true" for flags.  The destination
37              device can be specified with the "dest-device" key.
38
39       -s, --stream=name
40              Fedora CoreOS stream
41
42              The name of the Fedora CoreOS stream to install, such  as  "sta‐
43              ble", "testing", or "next".
44
45       -u, --image-url=URL
46              Manually specify the image URL
47
48       -f, --image-file=path
49              Manually specify a local image file
50
51       -i, --ignition-file=path
52              Embed an Ignition config from a file
53
54       -I, --ignition-url=URL
55              Embed an Ignition config from a URL
56
57              Immediately  fetch the Ignition config from the URL and embed it
58              in the installed system.
59
60       --ignition-hash=digest
61              Digest (type-value) of the Ignition config
62
63              Verify that the Ignition config matches  the  specified  digest,
64              formatted as <type>-<hexvalue>.  <type> can be sha256 or sha512.
65
66       -a, --architecture=name [default: x86_64]
67              Target CPU architecture
68
69              Create an install disk for a different CPU architecture than the
70              host.
71
72       -p, --platform=name
73              Override the Ignition platform ID
74
75              Install a system that will run on the specified cloud or  virtu‐
76              alization platform, such as "vmware".
77
78       --append-karg=arg
79              Append default kernel arg
80
81              Add a kernel argument to the installed system.
82
83       --delete-karg=arg
84              Delete default kernel arg
85
86              Delete a default kernel argument from the installed system.
87
88       -n, --copy-network
89              Copy network config from install environment
90
91              Copy NetworkManager keyfiles from the install environment to the
92              installed system.
93
94       --network-dir=path [default: /etc/NetworkManager/system-connections/]
95              Override NetworkManager keyfile dir for -n
96
97              Specify the path to NetworkManager keyfiles to  be  copied  with
98              --copy-network.
99
100              [default: /etc/NetworkManager/system-connections/]
101
102       --save-partlabel=lx
103              Save partitions with this label glob
104
105       --save-partindex=id
106              Save partitions with this number or range
107
108       --offline
109              Force offline installation
110
111       --insecure
112              Skip signature verification
113
114       --insecure-ignition
115              Allow Ignition URL without HTTPS or hash
116
117       --stream-base-url=URL
118              Base URL for CoreOS stream metadata
119
120              Override  the  base URL for fetching CoreOS stream metadata. The
121              default is "https://builds.coreos.fedoraproject.org/streams/".
122
123       --preserve-on-error
124              Don't clear partition table on error
125
126              If installation fails, coreos-installer normally clears the des‐
127              tination's  partition table to prevent booting from invalid boot
128              media.  Skip clearing the partition table as a debugging aid.
129
130       --fetch-retries=N [default: 0]
131              Fetch retries, or "infinite"
132
133              Number of times to retry network fetches, or the  string  "infi‐
134              nite" to retry indefinitely.
135
136       [DEST_DEVICE]
137              Destination device
138
139              Path to the device node for the destination disk.  The beginning
140              of the device will be overwritten without further confirmation.
141

VERSION

143       v0.15.0
144
145
146
147                            coreos-installer 0.15.0        coreos-installer(8)
Impressum