diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:54 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-10-05 21:55:56 +0200 |
commit | 30c913bf7e4e8a3ee93523dd33dd36584c9e298e (patch) | |
tree | c08d35aa34439b4d74cd39262b0ceed14c3abf77 /docs/ch01-install.rst | |
parent | 8194e0391cc3f83bdfb30048de6547437f863ede (diff) | |
download | vyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.tar.gz vyos-documentation-30c913bf7e4e8a3ee93523dd33dd36584c9e298e.zip |
Replace all **NOTE** occurences with valid ReST statement
See http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions
for more information.
Diffstat (limited to 'docs/ch01-install.rst')
-rw-r--r-- | docs/ch01-install.rst | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/ch01-install.rst b/docs/ch01-install.rst index 1751deb0..b1896ef6 100644 --- a/docs/ch01-install.rst +++ b/docs/ch01-install.rst @@ -28,13 +28,14 @@ version if something breaks after upgrade. Every version is contained in its own squashfs image that is mounted in a union filesystem together with a directory for mutable data (configs etc.). -**NOTE:** older versions used to support non-image installation (`install -system` command). It's been deprecated since the time image installation was -introduced (long before the fork), and does not provide any version management -capabilities. You **should not** use it for new installations even if it's still -available in new versions. You should not worry about older systems installed -that way though, they can be upgraded with "add system image". In addition the -`install system` command has been removed in VyOS 1.2 (Crux). +.. note:: Older versions used to support non-image installation (`install + system` command). It's been deprecated since the time image installation + was introduced (long before the fork), and does not provide any version + management capabilities. You **should not** use it for new installations + even if it's still available in new versions. You should not worry about + older systems installed that way though, they can be upgraded with ``add + system image``. In addition the ``install system`` command has been + removed in VyOS 1.2 (Crux). To install VyOS, run ``install image``. |