Skip to content

Commit

Permalink
docs/metal: Briefly discuss hetrogenous hardware
Browse files Browse the repository at this point in the history
Has come up a few times, see also coreos/ignition#1126
  • Loading branch information
cgwalters authored and jlebon committed Dec 15, 2020
1 parent 0492c70 commit 4ec32ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/ROOT/pages/bare-metal.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This guide provides instructions to install Fedora CoreOS to bare metal. Three o

Before installing FCOS, you must have an Ignition configuration file and host it somewhere (e.g. using `python3 -m http.server`). If you do not have one, see xref:producing-ign.adoc[Producing an Ignition File].

Note if you have servers with different types and/or number of hard drives, you must create a separate customized Ignition config for each machine (or machine class).
A good model is to have the common parts of the configuration factored out into a separate Ignition configuration which can be merged into (via HTTP or inline) the per-machine custom config.

== Installing from live ISO

To install FCOS onto bare metal using the live ISO, follow these steps:
Expand Down

0 comments on commit 4ec32ab

Please sign in to comment.