You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-V VERSION Version to install (e.g. current, or current-2022 for the LTS 2022 stream) [default: ${VERSION_ID}].
97
-
-B BOARD Flatcar Container Linux board to use [default: ${BOARD}].
98
-
-C CHANNEL Release channel to use (e.g. beta) [default: ${CHANNEL_ID}].
99
-
-I|e <M,..> EXPERIMENTAL (used with -s): List of major device numbers to in-/exclude
100
-
when finding the smallest disk.
101
-
-o OEM OEM type to install (e.g. 'ami' or '' to force none), using flatcar_production_<OEM>_image.bin.bz2 [default: ${OEM_ID:-(none, i.e., the empty string)}].
102
-
-c CLOUD Insert a cloud-init config to be executed on boot.
103
-
-i IGNITION Insert an Ignition config to be executed on boot.
104
-
-b BASEURL URL to the image mirror (overrides BOARD and CHANNEL).
105
-
-k KEYFILE Override default GPG key for verifying image signature.
106
-
-f IMAGE Install unverified local image file to disk instead of fetching.
107
-
-n Copy generated network units to the root partition.
108
-
-u Create UEFI boot entry
109
-
-y Dry-run. Run some checks and print option settings.
110
-
-v Super verbose, for debugging.
111
-
-h This ;-).
89
+
-d DEVICE Install Flatcar Container Linux to the given device.
90
+
-D Download a Flatcar Container Linux image to the current directory, without installing it
91
+
-s EXPERIMENTAL: Install Flatcar Container Linux to the smallest unmounted disk found
92
+
(min. size 10GB). It is recommended to use it with -e or -I to filter the
93
+
block devices by their major numbers. E.g., -e 7 to exclude loop devices
94
+
or -I 8,259 for certain disk types. Read more about the numbers here:
-V VERSION Version to install (e.g. current, or current-2022 for the LTS 2022 stream) [default: ${VERSION_ID}].
97
+
-B BOARD Flatcar Container Linux board to use [default: ${BOARD}].
98
+
-C CHANNEL Release channel to use (e.g. beta) [default: ${CHANNEL_ID}].
99
+
-I|e <M,..> EXPERIMENTAL (used with -s): List of major device numbers to in-/exclude
100
+
when finding the smallest disk.
101
+
-o OEM OEM type to install (e.g. 'ami' or '' to force none), using flatcar_production_<OEM>_image.bin.bz2 [default: ${OEM_ID:-(none, i.e., the empty string)}].
102
+
-c CLOUD Insert a cloud-init config to be executed on boot.
103
+
-i IGNITION Insert an Ignition config to be executed on boot.
104
+
-U IGNITIONURL Download an Ignition config to be executed on boot.
105
+
-b BASEURL URL to the image mirror (overrides BOARD and CHANNEL).
106
+
-k KEYFILE Override default GPG key for verifying image signature.
107
+
-f IMAGE Install unverified local image file to disk instead of fetching.
108
+
-n Copy generated network units to the root partition.
109
+
-u Create UEFI boot entry
110
+
-y Dry-run. Run some checks and print option settings.
111
+
-v Super verbose, for debugging.
112
+
-h This ;-).
112
113
113
114
This tool installs Flatcar Container Linux on a block device. If you PXE booted
114
115
Flatcar Container Linux on a machine then use this tool to make a permanent install.
0 commit comments