Skip to content

Commit

Permalink
Merge pull request deis#4283 from carmstrong/warn-baremetal-coreos-ve…
Browse files Browse the repository at this point in the history
…rsion

docs(installing_deis): specify CoreOS for bare metal
  • Loading branch information
carmstrong committed Aug 18, 2015
2 parents 7f72c70 + 230c25d commit 0246ada
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installing_deis/baremetal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@ Start the installation

.. code-block:: console
coreos-install -C stable -c /tmp/config -d /dev/sda
coreos-install -C stable -c /tmp/config -d /dev/sda -V 647.2.0
This will install the latest `CoreOS`_ stable release to disk. The Deis provision scripts for other
platforms typically specify a CoreOS version - currently, ``647.2.0``. To specify a CoreOS
version, append the ``-V`` parameter to the install command, e.g. ``-V 647.2.0``.
This will install the latest `CoreOS`_ stable release that has been known to work
well with Deis. The Deis team tests each new stable release for Deis compatibility,
and it is generally not recommended to use a newer, untested release.

After the installation has finished, reboot your server. Once your machine is back up, you should
be able to log in as the `core` user using the `deis` ssh key.
Expand Down

0 comments on commit 0246ada

Please sign in to comment.