Skip to content

Commit

Permalink
Merge pull request #643 from bgilbert/fcc
Browse files Browse the repository at this point in the history
docs/customizing-install: `s/FCC/Butane config/`
  • Loading branch information
bgilbert authored Sep 30, 2021
2 parents 203b564 + 0445b23 commit b436194
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/customizing-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ after the installer. To do this, specify an Ignition config to the live
boot that runs the installer. This config is separate and distinct from the
Ignition config that governs the installed system.

This is a sample Fedora CoreOS Config with hooks that run both before and
This is a sample Butane config with hooks that run both before and
after the installer:

```
Expand Down Expand Up @@ -77,10 +77,10 @@ systemd:
RequiredBy=coreos-installer.target
```

Convert this FCC to an Ignition config with:
Convert this Butane config to an Ignition config with:

```
fcct < hooks.fcc > hooks.ign
butane < hooks.bu > hooks.ign
```

For live ISO booting, embed the resulting config in the live ISO:
Expand All @@ -104,7 +104,7 @@ instead of the default invocation that runs with the
customizing the coreos-installer command-line arguments, e.g. to
automatically select the target install disk.

This is a sample Fedora CoreOS config to run coreos-installer:
This is a sample Butane config to run coreos-installer:

```
variant: fcos
Expand Down Expand Up @@ -138,10 +138,10 @@ systemd:
RequiredBy=default.target
```

Convert this FCC to an Ignition config with:
Convert this Butane config to an Ignition config with:

```
fcct < install.fcc > install.ign
butane < install.bu > install.ign
```

For live ISO booting, embed the resulting config in the live ISO:
Expand Down

0 comments on commit b436194

Please sign in to comment.