Skip to content

Commit

Permalink
Add installation finished information for flatcar (#20)
Browse files Browse the repository at this point in the history
When installing flatcar, if the install fails, you will not see the
ignition.json installation line:

Installing Ignition config ignition.json...

---------

Co-authored-by: Sergei Lukianov <[email protected]>
  • Loading branch information
sonoble and Frostman authored Jun 19, 2024
1 parent 1e5ac87 commit 3e1b642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/install-upgrade/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ sudo flatcar-install -d /dev/sda -i ignition.json
Where `/dev/sda` is a disk you want to install Control Node to and `ignition.json` is the `control-os/ignition.json`
file from previous step uploaded to the Flatcar installer.

The installation is finished when you see a message similar to the following:

```shell
Installing Ignition config ignition.json...
Success! Flatcar Container Linux stable 3510.2.6 is installed on /dev/sda
```

Once the installation is finished, reboot the machine and wait for it to boot into the installed Flatcar Linux.

At that point, you should get into the installed Flatcar Linux using the dev or provided credentials with user `core`
Expand Down

0 comments on commit 3e1b642

Please sign in to comment.