Skip to content

Files

Latest commit

955980b · Jul 28, 2021

History

History
28 lines (21 loc) · 901 Bytes

download.md

File metadata and controls

28 lines (21 loc) · 901 Bytes
layout parent nav_order
default
Command line reference
2

coreos-installer download

Description

Download a CoreOS image

Usage

coreos-installer download [options]

Options

| --stream, -s name | Fedora CoreOS stream [default: stable] | | --architecture name | Target CPU architecture [default: x86_64] | | --platform, -p name | Fedora CoreOS platform name [default: metal] | | --format, -f name | Image format [default: raw.xz] | | --image-url, -u URL | Manually specify the image URL | | --directory, -C path | Destination directory [default: .] | | --decompress, -d | Decompress image and don't save signature | | --insecure | Skip signature verification | | --stream-base-url URL | Base URL for Fedora CoreOS stream metadata | | --fetch-retries N | Fetch retries, or string "infinite" |